Skip to content

Commit 534015f

Browse files
tglsfdcpull[bot]
authored andcommitted
1 parent 2b18a1e commit 534015f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/fuzzystrmatch/daitch_mokotoff_header.pl

Lines changed: 1 addition & 1 deletion
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)