[Koha-patches] [PATCH] Bug 4512 (Encoding issue in downloaded data of guided reports)

Marcel de Rooy m.de.rooy at rijksmuseum.nl
Mon May 17 13:03:54 CEST 2010


---
 reports/guided_reports.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl
index ad1ba6f..7c4fc9c 100755
--- a/reports/guided_reports.pl
+++ b/reports/guided_reports.pl
@@ -382,7 +382,7 @@ elsif ($phase eq 'Run this report'){
 }	
 
 elsif ($phase eq 'Export'){
-    binmode STDOUT, ':utf8';
+    #binmode STDOUT, ':utf8'; #MR
 
     # export results to tab separated text or CSV
     my $sql    = $input->param('sql');  # FIXME: use sql from saved report ID#, not new user-supplied SQL!
-- 
1.6.0.6




More information about the Koha-patches mailing list