using 'pass' instead of 'ascii'. internal mbstring encoding that should
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 1 May 2005 10:05:09 +0000 (10:05 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 1 May 2005 10:05:09 +0000 (10:05 +0000)
disable mbstring functions

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9402 7612ce4b-ef26-0410-bec9-ea0150e637f0

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;