[issue13612] xml.etree.ElementTree says unknown encoding of a regular encoding

Serhiy Storchaka report at bugs.python.org
Mon May 20 23:18:51 CEST 2013


Serhiy Storchaka added the comment:

PyUnknownEncodingHandler gets an encoding name and fills a special XML_Encoding structure which expat parser uses for decoding. Currently PyUnknownEncodingHandler works only with 8-bit encodings and I don't see an efficient method how extent it to handle general multibyte encoding.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13612>
_______________________________________


More information about the Python-bugs-list mailing list