SA Bugzilla – Bug 2038
some entries are missing in ko locale.
Last modified: 2003-07-02 10:51:30 UTC
in Locales.pm, 'ko' => 'EUCKR EUCKR', should be 'ko' => 'EUCKR KSC56011987', In some buggy mailers (such as Internet Explorer), mailer sends Korean mails as "charset=ks_c_5601-1987" instead of "charset=euc-kr".
Created attachment 1117 [details] trivial patch to implement this
ok, patch attached; should be easy to get this into 2.60. has no effect on rule hits, mass-checks, etc. during the rescore process...
comments? +1's?
Yes. It's a trivial one. Please commit the patch to the main CVS tree, and close this bug.
+1 looks fine to me
ok, in it goes... thx