[Bug 1567] MARC record parsing from and to XML
7 Nov
2007
7 Nov
'07
2:35 a.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1567 ------- Comment #1 from frederic@tamil.fr 2007-11-06 13:35 ------- (In reply to comment #0)
(2) Records are created from XML string (biblioitems.marcxml). In Biblio.pm:
$record = eval {MARC::Record::new_from_xml( $marcxml, "utf8", C4::Context->preference('marcflavour'))};
This function doesn't work properly with Expat or LibXML. UTF-8 extended characters (é for example) are converted in their ISO-8859-1 counterpart.
Not Expat or LibXML but PurePerl... ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
6826
Age (days ago)
6826
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@pippin.metavore.com