[Koha-patches] [PATCH] [bug #2684]Fix the CSV export, provide it in UTF-8

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Thu Oct 16 14:45:52 CEST 2008


Scuse me, this patch is not the right patch, cleaning it I put it in
the wrong place. I resend it into a couple of minutes.

bests,

--
Nahuel ANGELINETTI

Le Thu, 16 Oct 2008 14:41:38 +0200,
Nahuel Angelinetti <nahuel.angelinetti at biblibre.com> a écrit :

> ---
>  reports/guided_reports.pl |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl
> index 26a496f..390243e 100755
> --- a/reports/guided_reports.pl
> +++ b/reports/guided_reports.pl
> @@ -367,6 +367,8 @@ elsif ( $phase eq 'Save Report' ) {
>  #}
>  
>  elsif ($phase eq 'Run this report'){
> +    binmode STDOUT, ':utf8';
> +
>      # execute a saved report
>      # FIXME The default limit should not be hardcoded...
>      my $limit = 20;



More information about the Koha-patches mailing list