summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);