summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-07-31 16:49:54 +0400
committerAndrew Dolgov <[email protected]>2012-07-31 16:49:54 +0400
commitd68629dc09890f6ff832ed18e3a8ecc9312c53ee (patch)
tree477f644a287447129fb94923c75b1a449bd08a25 /include
parentfdebed0ba2012aeb3b5334511d02f72ab271f99b (diff)
set mb_internal_encoding
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 394f540c9..c6151225f 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);