[Koha-bugs] [Bug 4512] Encoding issue in downloaded data of guided reports

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Thu May 20 12:45:15 CEST 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4512





--- Comment #2 from M. de Rooy <m.de.rooy at rijksmuseum.nl>  2010-05-20 10:45:15 ---
The line binmode STDOUT, ':utf8'; garbles the output. It was already utf8. The
statement should be used on binary data, not on html text. The statement
occurred more frequently in older versions of the script; this last occurrence
must be deleted too. 


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list