From 1498b8d6676b5ceea0e2fa283308e7d11bc95330 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Wed, 31 Oct 2001 08:26:44 +0000 Subject: [PATCH] [ squirrelmail-Internationalization-476567 ] wrong character set git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1663 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 8587e078..2ce053dc 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -117,7 +117,7 @@ $languages['sv_SV']['ALIAS'] = 'sv'; $languages['tr']['NAME'] = 'Turkish'; - $languages['tr']['CHARSET'] = 'iso-8859-1'; + $languages['tr']['CHARSET'] = 'iso-8859-9'; $languages['tr_TR']['ALIAS'] = 'tr'; $languages['tw']['NAME'] = 'Taiwan'; -- 2.25.1