From 6353ebc31f16d283a66fba3fc0908cc327e3159c Mon Sep 17 00:00:00 2001 From: ondrass Date: Thu, 8 Nov 2001 21:07:21 +0000 Subject: [PATCH] Add handling case of HTTP_ACCEPT_CHARSET ~= cz (which is incorrent, but may occurr) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1708 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/i18n.php b/functions/i18n.php index 4444acd7..f9ba4507 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -32,6 +32,7 @@ $languages['cs_CZ']['NAME'] = 'Czech'; $languages['cs_CZ']['CHARSET'] = 'iso-8859-2'; $languages['cs']['ALIAS'] = 'cs_CZ'; + $languages['cz']['ALIAS'] = 'cs_CZ'; // set up by some ancient versions of IE $languages['da']['NAME'] = 'Danish'; $languages['da']['CHARSET'] = 'iso-8859-1'; -- 2.25.1