Re: turning off MARC::Charset
[email protected] ("Mike Rylander")
| Newsgroups | perl.perl4lib |
|---|---|
| Message-ID | <[email protected]> |
On 8/15/07, Rina Ron <[email protected]> wrote: > Is there any way that I could turn off the translation of marc8 to utf8 > and utf8 to marc8 in MARC::Record ? All of my records are already in > utf8 format. If that's the case then the leader/09 should contain 'a', which does exactly that -- turns off the conversion automatically. Also, this should only be happening when going from USMARC to MARCXML via MARC::File::XML. It's not a function of MARC::Record itself. Can you give us some more information about your data set and your process? There is probably a solution that doesn't involve changing the modules, but I can't be sure without more information. --miker