We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8d53d commit edc627aCopy full SHA for edc627a
contrib/fuzzystrmatch/daitch_mokotoff_header.pl
@@ -12,7 +12,7 @@
12
use warnings;
13
14
use utf8;
15
-use open IO => ':utf8', ':std';
+use open IO => ':encoding(UTF-8)', ':std';
16
use Data::Dumper;
17
18
die "Usage: $0 OUTPUT_FILE\n" if @ARGV != 1;
0 commit comments