6 Nov
2007
6 Nov
'07
10:35 p.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.