Use setlocale C at startup
This commit is contained in:
parent
2c4f3b71d8
commit
2304c92fd3
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ use RuntimeException;
|
|||
\ini_set('display_errors', 0);
|
||||
\ini_set('log_errors', 1);
|
||||
|
||||
\setlocale(\LC_ALL, 'C');
|
||||
\mb_language('uni');
|
||||
\mb_internal_encoding('UTF-8');
|
||||
\mb_substitute_character(0xFFFD);
|
||||
|
|
Loading…
Add table
Reference in a new issue