From: Andrew Dolgov Date: Tue, 31 Jul 2012 12:49:54 +0000 (+0400) Subject: set mb_internal_encoding X-Git-Tag: 1.6.0~181 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d68629dc09890f6ff832ed18e3a8ecc9312c53ee;p=tt-rss.git set mb_internal_encoding --- diff --git a/include/functions.php b/include/functions.php index 394f540c..c6151225 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2,6 +2,7 @@ define('EXPECTED_CONFIG_VERSION', 25); define('SCHEMA_VERSION', 92); + mb_internal_encoding("UTF-8"); date_default_timezone_set('UTC'); if (defined('E_DEPRECATED')) { error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);