Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit edc627a

Browse files
committed
1 parent ac8d53d commit edc627a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/fuzzystrmatch/daitch_mokotoff_header.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use warnings;
1313

1414
use utf8;
15-
use open IO => ':utf8', ':std';
15+
use open IO => ':encoding(UTF-8)', ':std';
1616
use Data::Dumper;
1717

1818
die "Usage: $0 OUTPUT_FILE\n" if @ARGV != 1;

0 commit comments

Comments
 (0)