X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c0bdbebdd5c4760320f82cb7471a3113082b2a90..0d7d8b502321cdd3d041b756c742a4805b009f8f:/tools/mkdigraphs-rfc diff --git a/tools/mkdigraphs-rfc b/tools/mkdigraphs-rfc index 989c926..48ce7f0 100755 --- a/tools/mkdigraphs-rfc +++ b/tools/mkdigraphs-rfc @@ -2,7 +2,7 @@ use 5.014; use warnings; use utf8; -use open OUT => ':utf8', ':std'; +use open OUT => ':encoding(utf-8)', ':std'; use charnames ':full'; use Data::Dump 'pp';