]> git.koha-community.org Git - koha.git/commit
IMPORTANT:
authorkados <kados>
Fri, 10 Mar 2006 02:35:07 +0000 (02:35 +0000)
committerkados <kados>
Fri, 10 Mar 2006 02:35:07 +0000 (02:35 +0000)
commitf8e83c35c7efff830036eab79a9d826cd4c4e79f
tree931c077067d83aa935cd8c985ccd6452fb91908e
parentc0324e9e8c4c039e5e8c5eec7656ebead8e9114e
IMPORTANT:

MARC::Record objects coming in from the reservoir are probably going to
be encoded as MARC-8. This enures that they will be converted into UTF-8
before being displayed to the user (if they are in fact MARC-8). It's most
easily done by turning the record into a MARC::File::XML object and then
going back to MARC::Record -- easiest to do for me that is. Of course, a
better solution is to create a routine that changes the encoding of a
MARC::Record object (I was surprised to find such did not exist). I have
tested this method for MARC21, but I'm not familiar with the issues with
encoding in UNIMARC: are UNIMARC records ever encoded in charater sets
other than MARC-8 and UTF-8? (if so, I will need to adjust this code).
acqui.simple/addbiblio.pl