Skip to content

Commit

Permalink
Item13378: encoding all three streams was a mistake :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
Comment committed May 19, 2015
1 parent 2942b69 commit e596351
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/lib/Foswiki.pm
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ sub _getLibDir {

BEGIN {

# First thing we do; make sure we can read and print unicode
binmode( STDIN, ":utf8" );
binmode( STDOUT, ":utf8" );
# First thing we do; make sure we print unicode errors
binmode( STDERR, ":utf8" );

#Monitor::MARK("Start of BEGIN block in Foswiki.pm");
Expand Down

0 comments on commit e596351

Please sign in to comment.