[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Korean encoding problem fix



[Please add me to CC when you send a reply, since I'm not subscribing
to the list]

Hi,

Currently mhonarc doesn't handle some Korean encodings properly.
The following patch fixes the problem:

--- mhinit.pl.orig	Sun Oct 14 15:04:18 2001
+++ mhinit.pl	Tue Feb  5 15:03:58 2002
@@ -328,6 +328,8 @@
     "latin6",   			"MHonArc::CharEnt::str2sgml",
     "windows-1250",   			"MHonArc::CharEnt::str2sgml",
     "windows-1252",   			"MHonArc::CharEnt::str2sgml",
+    "euc-kr",				"-decode-",
+    "ks_c-5601-1987",			"-decode-",
     "default",     			"-ignore-",
 );
 %readmail::MIMECharSetConvertersSrc = (

It has been tested for quite some time and proven to work. Unless another
solution is available, I hope it will be included in the next release.

Regards,

Jun-Young

-- 
Bang Jun-Young <junyoung@mogua.com>


[Index of Archives]     [Bugtraq]     [Yosemite News]     [Mhonarc Home]