[issue15877] xml.dom.minidom cannot parse ISO-2022-JP

2020-10-19 Thread Irit Katriel
Irit Katriel added the comment: Closing - this now works for me on Python 3.8 and 3.10. It was fixed sometime in the last 8 years. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker

[issue15877] xml.dom.minidom cannot parse ISO-2022-JP

2020-09-30 Thread Irit Katriel
Irit Katriel added the comment: I don't see this problem on 3.10. Is this still an issue or can this issue be closed? Running Release|Win32 interpreter... Python 3.10.0a0 (heads/bpo17490-dirty:00eb063b66, Sep 27 2020, 13:20:24) [MSC v.1916 32 bit (Intel)] on win32 Type "help", "copyright",

[issue15877] xml.dom.minidom cannot parse ISO-2022-JP

2012-09-07 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This is similar to issue13612: pyexpat does not support multibytes encodings. -- nosy: +amaury.forgeotdarc ___ Python tracker ___

[issue15877] xml.dom.minidom cannot parse ISO-2022-JP

2012-09-06 Thread Dan Callaghan
New submission from Dan Callaghan: Python 2.7.3 (default, Jul 24 2012, 10:05:38) [GCC 4.7.0 20120507 (Red Hat 4.7.0-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> c = u'\u65e5\u672c\u8a9e' >>> import xml.dom.minidom Encoded as UTF-8, everything is fine: