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.