Skip to content

Commit

Permalink
Added UTF-8 encoding to STDOUT so script can print non-ascii characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stuart authored and Alex Stuart committed Jun 26, 2015
1 parent dc13095 commit 7fac01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/query-entities.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Getopt::Long;
use XML::Twig;
$| = 1;
binmode(STDOUT, ":encoding(UTF-8)");

my $DEBUG;
$DEBUG = 0;
Expand Down

0 comments on commit 7fac01a

Please sign in to comment.