X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=587793218f47bfb9eeb0fede069669806c9bd2c0;hb=5f01cbb3ad0676a4b6e3a7d33d4181558c92d3d7;hp=2c780617509b30856798675e9a995c41401694cb;hpb=6843a4c844d823096f093ac6aa66492aed1e5d40;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index 2c78061750..587793218f 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -45,6 +45,8 @@ if ( !isset( $wgVersion ) ) { die( 1 ); } +mb_internal_encoding( 'UTF-8' ); + // Set various default paths sensibly... $ps_default = Profiler::instance()->scopedProfileIn( $fname . '-defaults' );