changeset 1101:c9c73d2c4702

PHP7 compatibility fix.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 May 2018 22:34:15 +0300
parents ed9270f65a37
children dd0071a3162a
files msitegen.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msitegen.inc.php	Sun Feb 05 03:49:38 2017 +0200
+++ b/msitegen.inc.php	Wed May 23 22:34:15 2018 +0300
@@ -1142,7 +1142,7 @@
   $localeInited = TRUE;
   $pageCharset = "UTF-8";
 
-  mb_internal_encoding($pageCharset);
+  //mb_internal_encoding($pageCharset);
 
   $tmp = "en_US.".strtolower(str_replace("-", "", $pageCharset));
   setlocale(LC_ALL, $tmp);