mhonarc-users

Korean encoding problem fix

2002-02-05 12:19:11
[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(_at_)mogua(_dot_)com>

<Prev in Thread] Current Thread [Next in Thread>
  • Korean encoding problem fix, Bang Jun-Young <=