Re: [I18n-sig] Re: [Mailman-Developers] Re: [Mailman-checkins] mailman/misc CJKCodecs-1.0.tar.gz, NONE, 1.1.2.1 .cvsignore, 2.2, 2.2.2.1 Makefile.in, 2.33.2.3, 2.33.2.4 paths.py.in, 2.6, 2.6.2.1 JapaneseCodecs-1.4.9.tar.gz, 2.1, NONE KoreanCodecs-2.0.5.tar.gz, 2.1, NONE
Hye-Shik Chang <[email protected]>
| Newsgroups | gmane.comp.python.mime.devel,gmane.mail.mailman.devel,gmane.mail.mailman.internationalization,gmane.comp.python.internationalization |
|---|---|
| Organization | Yonsei University |
| Message-ID | <[email protected]> |
On Mon, Dec 29, 2003 at 09:57:03AM -0500, Barry Warsaw wrote:
> On Mon, 2003-12-29 at 09:41, Hye-Shik Chang wrote:
>
> > There's a bug report by Jason R. Mastaler already:
> > http://www.python.org/sf/852347
>
> Ah yes, I'd forgotten about that, thanks. I've followed up to that
> tracker item now.
>
> > CJKCodecs already have enough compatibility aliases for consumer
> > programs except that uses 'japanese.' or 'korean.' prefix explicitly.
> > It has compatibility aliases for ChineseCodecs also.
>
> Cool. So if the Charset.py.diff patch in the tracker above looks good
> to you, I'll commit that as soon as Python's release23-maint branch
> freeze is lifted. Then I'll cut email 2.5.5 and add that to Mailman
> 2.1.4.
>
> Sound good?
>
Okay for me. BTW, if no aliases with same key and value is needed,
can't a line below the alises removed together? :
'utf-8': 'utf-8',
Thanks!
Hye-Shik