X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c0bdbebdd5c4760320f82cb7471a3113082b2a90..0d7d8b502321cdd3d041b756c742a4805b009f8f:/tools/mkwordlist diff --git a/tools/mkwordlist b/tools/mkwordlist index 6f42fc8..78e36b6a 100755 --- a/tools/mkwordlist +++ b/tools/mkwordlist @@ -4,7 +4,7 @@ use warnings; BEGIN { push @INC, '.' } use Shiar_Sheet::DB; -use open ':std' => ':utf8'; +use open ':std' => ':encoding(utf-8)'; my $db = Shiar_Sheet::DB->connect; say 'use utf8;';