From 1c9787d6f621a437859d7a2a3924a63d580e8be0 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 17 May 2004 07:07:40 +0000 Subject: [PATCH] disabled Korean extra functions. This is not real fix. In order to fix it the Right-Way, all extra functions have to be rewritten. Current changes prevent insertion of 8bit headers into new emails when Korean translation is used. I'll submit same fix to stable if nobody stops me within 24 hours. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7472 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 2 ++ functions/i18n.php | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4f835b8e..64588984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -54,6 +54,8 @@ Version 1.5.1 -- CVS written by Bryan Loniewski. - Use Special Folder Color config option works again (#931956). - In POP3-class, be more liberal regarding RFC-incompliant POP3-servers. + - Disabled Korean extra functions, because they don't provide all required + options and message composition is broken. Version 1.5.0 -------------------- diff --git a/functions/i18n.php b/functions/i18n.php index d2dfa852..77a6abe6 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -475,7 +475,8 @@ $languages['ja']['ALIAS'] = 'ja_JP'; $languages['ko_KR']['NAME'] = 'Korean'; $languages['ko_KR']['CHARSET'] = 'euc-KR'; $languages['ko_KR']['LOCALE'] = 'ko_KR.EUC-KR'; -$languages['ko_KR']['XTRA_CODE'] = 'korean_charset_xtra'; +// Function does not provide all needed options +// $languages['ko_KR']['XTRA_CODE'] = 'korean_charset_xtra'; $languages['ko']['ALIAS'] = 'ko_KR'; $languages['lt_LT']['NAME'] = 'Lithuanian'; -- 2.25.1