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 serhiy.storchaka
Recipients amaury.forgeotdarc, dongying, eli.bendersky, flox, serhiy.storchaka, terry.reedy, vstinner
Date 2013-05-20.21:18:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369084731.41.0.919161405221.issue13612@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-20 21:18:51serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, amaury.forgeotdarc, vstinner, eli.bendersky, flox, dongying
2013-05-20 21:18:51serhiy.storchakasetmessageid: <1369084731.41.0.919161405221.issue13612@psf.upfronthosting.co.za>
2013-05-20 21:18:51serhiy.storchakalinkissue13612 messages
2013-05-20 21:18:51serhiy.storchakacreate