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

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Mon May 17 13:04:34 CEST 2010


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 at gmail.com
        ReportedBy: m.de.rooy at 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.



More information about the Koha-bugs mailing list