X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c0bdbebdd5c4760320f82cb7471a3113082b2a90..140051e24ff5a74421e8b437cdc12ca8570995cd:/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;';