Complete revert of 6554
authorGalen Charlton <gmc@esilibrary.com>
Fri, 3 May 2013 14:58:50 +0000 (07:58 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 3 May 2013 14:58:50 +0000 (07:58 -0700)
One line wasn't caught by the initial revert.  Thanks to
Jonathan Druart for catching this.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
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 );
 }