koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] Re: MARC character encoding


From: Ed Summers
Subject: Re: [Koha-devel] Re: MARC character encoding
Date: Thu Jan 23 06:19:04 2003
User-agent: Mutt/1.3.28i

> My conclusion is that the following code :
>        s/\xe1/\xc1/gm;
>        s/\xe2/\xc2/gm;
>        s/\xe3/\xc3/gm;
>        s/\xe4/\xc4/gm;
>        s/\xe8/\xc8/gm;
>        s/\xe9/\xc9/gm;
>        s/\xf0/\xd0/gm;
> is enough to migrate from MARC21 to UNIMARC char coding. It tried this 
> on my marc21->unimarc script, on 30 000 records, and it works fine.
> 
> So, i think we have 2 complete tables (marc21 and unimarc) in Biblio.pm, 
> that i commited a few minuts ago.

This is pretty sketchy, and I would guess far from complete. Perhaps
it's OK for your purposes but I wouldn't be comfortable sending my data
through it. In the absence of any documentation on UNIMARC character
encoding I guess you've decided that it will have to do.

//Ed

Attachment: pgpHm2bjvIsto.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]