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.

classification
Title: Lib/email/Encoders.py iso-2022 is 7bit
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, tkikuchi
Priority: normal Keywords: patch

Created on 2003-09-12 06:31 by tkikuchi, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Encoders.py.patch tkikuchi, 2003-09-12 06:31 patch for email/Encoders.py
Messages (2)
msg44609 - (view) Author: Tokio Kikuchi (tkikuchi) Date: 2003-09-12 06:31
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. 
 
msg44610 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-08-18 12:51
Logged In: YES 
user_id=21627

This was committed as Encoders.py 1.8.
History
Date User Action Args
2022-04-10 16:11:07adminsetgithub: 39218
2003-09-12 06:31:44tkikuchicreate