summaryrefslogtreecommitdiff
path: root/inc/utf8.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/utf8.php')
-rw-r--r--inc/utf8.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/utf8.php b/inc/utf8.php
index aa9594c42..dbf09b6fc 100644
--- a/inc/utf8.php
+++ b/inc/utf8.php
@@ -13,6 +13,7 @@
if(!defined('UTF8_MBSTRING')){
if(function_exists('mb_substr') && !defined('UTF8_NOMBSTRING')){
define('UTF8_MBSTRING',1);
+ mb_internal_encoding('UTF-8');
}else{
define('UTF8_MBSTRING',0);
}