Complete revert of 6554
[koha.git] / C4 / Output.pm
index 458b92f..6e2c89a 100644 (file)
@@ -308,7 +308,6 @@ sub output_with_http_headers {
 }
 
 sub output_html_with_http_headers {
-    binmode( STDOUT, ":encoding(utf8)" );
     my ( $query, $cookie, $data, $status ) = @_;
     output_with_http_headers( $query, $cookie, $data, 'html', $status );
 }