[Koha-bugs] [Bug 2492] Mail::Sendmail chokes on utf-8 [ process_message_queue.pl ]

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Fri Aug 8 15:32:33 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2492





------- Comment #1 from henridamien at 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.



More information about the Koha-bugs mailing list