Skip to content

Commit

Permalink
utf8 encoding in helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jun 16, 2014
1 parent 54f057c commit a51d4e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eg/check_feed.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ =head1 DESCRIPTION
my $src = shift;

die "Usage: $0 FILE|URL\n" if not $src;
binmode STDOUT, 'utf8';
binmode STDERR, 'utf8';

my $source = $src;
if ($src =~ m{^https?://}) {
Expand Down

0 comments on commit a51d4e2

Please sign in to comment.