aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/fuzzystrmatch/daitch_mokotoff_header.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl
index 5426ffd000d..6900987208f 100755
--- a/contrib/fuzzystrmatch/daitch_mokotoff_header.pl
+++ b/contrib/fuzzystrmatch/daitch_mokotoff_header.pl
@@ -12,7 +12,7 @@ use strict;
use warnings;
use utf8;
-use open IO => ':utf8', ':std';
+use open IO => ':encoding(UTF-8)', ':std';
use Data::Dumper;
die "Usage: $0 OUTPUT_FILE\n" if @ARGV != 1;