8 Aug
2008
8 Aug
'08
3:32 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2492 ------- Comment #1 from henridamien@koha-fr.org 2008-08-08 06:32 ------- The problem imho can be that MARC::Record is not utf-8 compliant, iirc. So that when processing data for output, it is double encoded. Other possibility : It seems that Encoding::Encode now rejects some characters which previously worked for instance : \x00e9 for e-accute. this can be overcome with binmode(FILE,":utf-8") set. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.