disabled Korean extra functions. This is not real fix. In order to fix it
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 17 May 2004 07:07:40 +0000 (07:07 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 17 May 2004 07:07:40 +0000 (07:07 +0000)
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
functions/i18n.php

index 4f835b8e73dea9d1b11bc2db44330220dd566e14..64588984a006503399109938a42a0062f09ad1a5 100644 (file)
--- 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
 --------------------
index d2dfa852e447e9ab0107db943ddedcd7d8dcf783..77a6abe61a399898d829ffe47569efb6011867be 100644 (file)
@@ -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';