using 'pass' instead of 'ascii'. internal mbstring encoding that should
[squirrelmail.git] / functions / i18n.php
index a81a192f2be2a4949529e470d9c716e1ff057ebc..e243ce56b730034f6f19d2e96130600fa7c28abf 100644 (file)
@@ -456,7 +456,7 @@ function set_up_language($sm_language, $do_search = false, $default = false) {
             function_exists('mb_internal_encoding') &&
             check_php_version(4,2,0) &&
             (int)ini_get('mbstring.func_overload')!=0) {
-            mb_internal_encoding('ASCII');
+            mb_internal_encoding('pass');
         }
     }
     return 0;