[Koha-bugs] [Bug 25305] Double UTF-8 encoding on translation files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 29 11:59:53 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25305

--- Comment #8 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Note: I missed one occurrence (not used in the normal workflow as it impacts
stdout)

368 if (defined $output && $output ne '-') {
369     print STDERR "$0: Opening output file \"$output\"\n" if $verbose_p;
370     open($OUTPUT, '>:encoding(utf-8)', $output) || die "$output: $!\n";
371 } else {
372     print STDERR "$0: Outputting to STDOUT...\n" if $verbose_p;
373     open($OUTPUT, ">&STDOUT");
374 }

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list