1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16822] Replace patchwork/utf8 with symfony/polyfill

PHPBB3-16822
This commit is contained in:
rxu
2021-07-19 22:49:04 +07:00
parent 19a5900db5
commit c846dd5666
3 changed files with 28 additions and 105 deletions

View File

@@ -22,11 +22,9 @@ if (!defined('IN_PHPBB'))
setlocale(LC_CTYPE, 'C');
/**
* Setup the UTF-8 portability layer
*/
Patchwork\Utf8\Bootup::initUtf8Encode();
Patchwork\Utf8\Bootup::initMbstring();
Patchwork\Utf8\Bootup::initIntl();
* UTF-8 portability layer is provided by
* symfony/polyfill-mbstring, symfony/polyfill-intl-normalizer, symfony/polyfill-php72
*/
/**
* UTF-8 tools