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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 02 Dec 2001 19:57:47 -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: 7
Submitted By: Mikhail Zabaluev (mzabaluev)
>Assigned to: Barry Warsaw (bwarsaw)
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