[Python-bugs-list] [ python-Feature Requests-633543 ] Korean support, unknown charsets

SourceForge.net noreply@sourceforge.net
Mon, 06 Jan 2003 16:51:35 -0800


Feature Requests item #633543, was opened at 2002-11-04 16:36
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=633543&group_id=5470

Category: Python Library
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Jason R. Mastaler (jasonrm)
Assigned to: Ben Gertzfield (che_fox)
Summary: Korean support, unknown charsets

Initial Comment:
The following patch needs to be integrated 
into the email package:

http://article.gmane.org/gmane.comp.python.mime.devel/250

Most of it was delayed due to the impending Python
2.2.2 release, but the patch is important, and I don't
want to see the work lost.



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

>Comment By: Jason R. Mastaler (jasonrm)
Date: 2003-01-06 17:51

Message:
Logged In: YES 
user_id=85984

That's correct, all I need are the updates to
CHARSETS, ALIASES, and CODEC_MAP.


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

Comment By: Barry A. Warsaw (bwarsaw)
Date: 2003-01-06 17:30

Message:
Logged In: YES 
user_id=12800

Jason, all you want are the CHARSETS, ALIASES, and CODEC_MAP
entries in Charset.py from the referenced article, right?  I
think everything else is in there now.

I'll commit these changes, and close this request, but
here's a question for Ben: shouldn't we uncomment the
iso-8859-* entries in CHARSETS and set them to BASE64?  If
not, why? :)

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

Comment By: Jason R. Mastaler (jasonrm)
Date: 2003-01-06 17:10

Message:
Logged In: YES 
user_id=85984

Can't this be applied to CVS? It's a no-brainer,
but until it's applied, it makes it difficult for me to
sync the official email package with my working
copy, as right now this is the only difference.


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

Comment By: Jason R. Mastaler (jasonrm)
Date: 2002-11-05 16:05

Message:
Logged In: YES 
user_id=85984

See http://article.gmane.org/gmane.comp.python.mime.devel/319
for the Charset.py portion of the patch against current CVS.


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

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