# HG changeset patch # User Matti Hamalainen # Date 1527956599 -10800 # Node ID 384a8ed6687d2ad553ed1f59edc3f23c3be174ed # Parent 548a349bc015f43d2fc4e19ac7ca3da320cc941e Remove mb_internal_encoding($pageCharset), PHP7 hasn't got that anymore. diff -r 548a349bc015 -r 384a8ed6687d mgallery.php --- a/mgallery.php Thu May 03 14:12:40 2018 +0300 +++ b/mgallery.php Sat Jun 02 19:23:19 2018 +0300 @@ -435,8 +435,6 @@ $localeInited = TRUE; $pageCharset = "UTF-8"; - mb_internal_encoding($pageCharset); - $tmp = "en_US.".strtolower(str_replace("-", "", $pageCharset)); setlocale(LC_ALL, $tmp); }