Merging authorities caused an encoding problem in biblios
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 19 Nov 2008 13:58:23 +0000 (14:58 +0100)
committerJohn Soros <john.soros@biblibre.com>
Tue, 28 Apr 2009 11:15:12 +0000 (13:15 +0200)
commit41d20197622c50a604bb91b88f80ccb5f154d737
treedd67b3cd5faf904020aab13e4943d4b3a5bdb3f1
parent82a7305b194d89b3866757b0a5e9d9dc417df461
Merging authorities caused an encoding problem in biblios

MARC::File::USMARC::decode is not aware of encoding as MARC::File::XML is
So it caused a problem when decoding information and updating biblios.
Now uses MARC::File::XML
Encoding is OK

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/AuthoritiesMarc.pm