fix encoding
This commit is contained in:
parent
50ed6718d8
commit
2133126182
|
@ -46,7 +46,6 @@ use constant MOD232 => 2**32;
|
||||||
use constant POW232 => 2**32;
|
use constant POW232 => 2**32;
|
||||||
|
|
||||||
# UTF-8 flags deletion from multibyte characters when files are opened.
|
# UTF-8 flags deletion from multibyte characters when files are opened.
|
||||||
use open IN => ":utf8";
|
|
||||||
use open OUT => ":utf8";
|
use open OUT => ":utf8";
|
||||||
use open ":std";
|
use open ":std";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue