From fa4cfb0771b779e3edac3feaee30430c74aa24da Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 1 May 2005 10:05:09 +0000 Subject: [PATCH] using 'pass' instead of 'ascii'. internal mbstring encoding that should 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/i18n.php b/functions/i18n.php index a81a192f..e243ce56 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -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; -- 2.25.1