index: release v1.18 with only altgr index linked
[sheet.git] / tools / mkdigraphs-shiar
index b1c0d5a0e389c576b86afca87fccf9dfcfa4c460..f3582e8d8949ae4f9ba87c4bc80b52d68e28118e 100755 (executable)
@@ -1,12 +1,11 @@
 #!/usr/bin/env perl
-use 5.010;
-use strict;
+use 5.014;
 use warnings;
-use open IN => ':utf8', ':std';
+use open IN => ':encoding(utf-8)', ':std';
 
 our $VERSION = '1.03';
 
-my $di = do "data/digraphs-rfc.inc.pl"
+my $di = do "./data/digraphs-rfc.inc.pl"
        or warn "official digraphs not included for comparison: ", $@ // $!;
 
 say "# automatically generated by $0";