mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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…
x
Reference in New Issue
Block a user