X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Faqplan.pl;h=ffb11456060a81e6e73ab51826cf9890e08c5a1c;hb=ce046f9a732a74a7b6a5ddca228d2579c08d288d;hp=ceb99502e6b214a86243317a4d6a671b63e1e0b3;hpb=16f1fffdd1f5d1c97db0bf664f83496864b7e24d;p=koha_fer diff --git a/admin/aqplan.pl b/admin/aqplan.pl index ceb99502e6..ffb1145606 100755 --- a/admin/aqplan.pl +++ b/admin/aqplan.pl @@ -463,7 +463,7 @@ output_html_with_http_headers $input, $cookie, $template->output; sub _print_to_csv { my ( $header, $results ) = @_; - binmode STDOUT, ":utf8"; + binmode STDOUT, ':encoding(UTF-8)'; my $csv = Text::CSV_XS->new( { sep_char => $del,