[Email-SIG] Re: support CJKCodecs in Charset.py

Jason R. Mastaler jason at mastaler.com
Mon Dec 1 17:12:15 EST 2003


Jason R. Mastaler <jason at mastaler.com> writes:

> As {CJK,Japanese,Korean}Codecs have their own .pth file that
> registers their encoding aliases, there's no need to use a specific
> module prefix like 'japanese.' or 'korean.' as is currently done in
> Charset.py.  If we remove these prefixes there won't be an
> incompatibility issue with {CJK,Japanese,Korean}Codecs.  The only
> compatibility issue will be with ChineseCodecs which will no longer
> be supported.

It appears that CJKCodecs 1.0.2 has just been released and includes
compatibility aliases for ChineseCodecs, so there are now no
incompatibility issues with CJKCodecs and {Chinese,Japanese,Korean}Codecs.

I've just posted a diff against Charset.py on the SF tracker to add
CJKCodecs support.




More information about the Email-SIG mailing list