Skip to content

Commit 4218ad8

Browse files
committed
composer require symfony/polyfill-mbstring -W
1 parent 82ec92d commit 4218ad8

File tree

3 files changed

+83
-84
lines changed

3 files changed

+83
-84
lines changed

app/config/config_sample.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
error_reporting(E_ALL);
1111

1212
// Set the default character encoding
13-
if (function_exists('mb_internal_encoding') === true) {
14-
mb_internal_encoding('UTF-8');
15-
}
13+
mb_internal_encoding('UTF-8');
1614

1715
// Set the default locale
1816
if (function_exists('setlocale') === true) {

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"flightphp/container": "^1.0",
2323
"flightphp/core": "^3.15",
2424
"latte/latte": "^3.0",
25+
"symfony/polyfill-mbstring": "^1.31",
2526
"tracy/tracy": "^2.10"
2627
},
2728
"config": {

composer.lock

Lines changed: 81 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)