[Bug 4512] New: Encoding issue in downloaded data of guided reports
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4512 Summary: Encoding issue in downloaded data of guided reports Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: minor Priority: PATCH-Sent Component: Reports AssignedTo: gmcharlt@gmail.com ReportedBy: m.de.rooy@rijksmuseum.nl Estimated Hours: 0.0 Change sponsored?: --- The line setting binmode (in guided_reports.pl) should be deleted or commented in order to resolve encoding problems in the downloaded data. elsif ($phase eq 'Export'){ binmode STDOUT, ':utf8'; -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4512 --- Comment #1 from Galen Charlton <gmcharlt@gmail.com> 2010-05-17 14:39:28 --- Please be more specific about what you mean by encoding problems - the report output is supposed to be UTF-8. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4512 --- Comment #2 from M. de Rooy <m.de.rooy@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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4512 --- Comment #3 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2010-05-20 10:47:10 --- Addition to last comment: Read plain text. (CSV or tab separated) -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com