From 92f289e9a19a61ca2bd509a0f251b13de5e4c773 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 3 May 2013 07:58:50 -0700 Subject: [PATCH] Complete revert of 6554 One line wasn't caught by the initial revert. Thanks to Jonathan Druart for catching this. Signed-off-by: Galen Charlton --- C4/Output.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Output.pm b/C4/Output.pm index 458b92f040..6e2c89a87a 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -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 ); } -- 2.39.2