This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tkikuchi
Recipients
Date 2006-03-06.04:41:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
email/charset.py has convert() function to incorporate
using different charset for input and output for a
language like Japanese.  Because the email user agent
in Japan frequently use characters outside the range of
legitimate JIS charset, these messages are shunted in
mailman delivery.  Here is a patch to handle this case
by replacing the characters by '?' using the 'errors'
parameter in unicode/encode functions.

This patch includes the unicode string conversion patch
in #1368247.

History
Date User Action Args
2007-08-23 15:46:27adminlinkissue1443875 messages
2007-08-23 15:46:27admincreate