[Patches] [ python-Patches-486375 ] Use charset in email.Utils.encode

noreply@sourceforge.net noreply@sourceforge.net
Tue, 27 Nov 2001 22:45:34 -0800


Patches item #486375, was opened at 2001-11-27 22:45
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=486375&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mikhail Zabaluev (mzabaluev)
Assigned to: Nobody/Anonymous (nobody)
Summary: Use charset in email.Utils.encode

Initial Comment:
Here's a patch that makes email.Utils.encode actually
_use_ its charset parameter. Note: a string is encoded
into the specified character set using the 'replace'
mode in order to provide high tolerance for missing
characters, typical for email applications.
The patch also slightly optimizes the code around
(cough cough).

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=486375&group_id=5470