[ python-Bugs-852347 ] add support for cjkcodecs to Python email

SourceForge.net noreply at sourceforge.net
Mon Dec 1 17:08:09 EST 2003


Bugs item #852347, was opened at 2003-12-01 15:05
Message generated for change (Settings changed) made by jasonrm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=852347&group_id=5470

Category: Python Library
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Jason R. Mastaler (jasonrm)
>Assigned to: Barry A. Warsaw (bwarsaw)
Summary: add support for cjkcodecs to Python email

Initial Comment:
As discussed last week on the email-sig
list, the attached patch adds support for
the CJKCodecs package as an alternative
to the {Chinese,Japanese,Korean}Codecs
packages.  CJKCodecs 1.0.2 and above
should work with this patch.

This is advantageous because the Chinese
and KoreanCodecs packages are no longer
supported,maintained or available for 
download.

This patch does not break compatibility
with {Chinese,Japanese,Korean}Codecs,
so they can still be used if desired.

Lastly, this patch fixes a small typo that
broke GB2312.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=852347&group_id=5470



More information about the Python-bugs-list mailing list