Message189694
| 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:51 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy, amaury.forgeotdarc, vstinner, eli.bendersky, flox, dongying |
| 2013-05-20 21:18:51 | serhiy.storchaka | set | messageid: <1369084731.41.0.919161405221.issue13612@psf.upfronthosting.co.za> |
| 2013-05-20 21:18:51 | serhiy.storchaka | link | issue13612 messages |
| 2013-05-20 21:18:51 | serhiy.storchaka | create | |