Bug 2038 - some entries are missing in ko locale.
Summary: some entries are missing in ko locale.
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 2.55
Hardware: All All
: P5 minor
Target Milestone: 2.60
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-09 01:22 UTC by Chong-Dae Park
Modified: 2003-07-02 10:51 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
trivial patch to implement this patch None Justin Mason [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Chong-Dae Park 2003-06-09 01:22:53 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".
Comment 1 Justin Mason 2003-06-30 21:20:20 UTC
Created attachment 1117 [details]
trivial patch to implement this
Comment 2 Justin Mason 2003-06-30 21:21:09 UTC
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...
Comment 3 Justin Mason 2003-07-01 14:51:20 UTC
comments? +1's?
Comment 4 Chong-Dae Park 2003-07-01 22:16:31 UTC
Yes. It's a trivial one.

Please commit the patch to the main CVS tree, and close this bug.
Comment 5 Theo Van Dinter 2003-07-02 17:47:38 UTC
+1 looks fine to me
Comment 6 Justin Mason 2003-07-02 18:51:30 UTC
ok, in it goes... thx