X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c0bdbebdd5c4760320f82cb7471a3113082b2a90..0d7d8b502321cdd3d041b756c742a4805b009f8f:/tools/mkcharinfo diff --git a/tools/mkcharinfo b/tools/mkcharinfo index 0f5d9bb..6d08f9e 100755 --- a/tools/mkcharinfo +++ b/tools/mkcharinfo @@ -4,7 +4,7 @@ use warnings; use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -use open OUT => ':utf8', ':std'; +use open OUT => ':encoding(utf-8)', ':std'; use Data::Dump 'pp'; our $VERSION = '1.02';