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 2003-09-12.06:31:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In email package, all the raw encoding is assumed 
8bit except us-ascii. This is not true for ISO-2022 
series of encodings eg. iso-2022-jp, which use escape 
sequence for charset transition and all the 
characters including multibyte are 8th bit 0. 
 
History
Date User Action Args
2007-08-23 15:29:05adminlinkissue804885 messages
2007-08-23 15:29:05admincreate