Issue 804885: Lib/email/Encoders.py iso-2022 is 7bit (original) (raw)

Issue804885

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:07 admin set github: 39218
2003-09-12 06:31:44 tkikuchi create