bug fixed: utf-8 data where not displayed correctly in screens. Supposing
[koha_fer] / C4 / Interface / CGI / Output.pm
index 8f8f3c6..fad75ce 100644 (file)
@@ -106,7 +106,6 @@ corresponds to the HTML page $html.
 
 sub output_html_with_http_headers ($$$) {
     my($query, $cookie, $html) = @_;
-    binmode(STDOUT, ":utf8");
     print $query->header(
        -type   => guesstype($html),
        -cookie => $cookie,