fix encoding

This commit is contained in:
alejandro-campos 2020-06-26 14:00:31 +02:00
parent 50ed6718d8
commit 2133126182
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ use constant MOD232 => 2**32;
use constant POW232 => 2**32;
# UTF-8 flags deletion from multibyte characters when files are opened.
use open IN => ":utf8";
use open OUT => ":utf8";
use open ":std";