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 doerwalter, eli.bendersky, lemburg, serhiy.storchaka
Date 2013-05-25.18:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369507288.26.0.471852341095.issue18059@psf.upfronthosting.co.za>
In-reply-to
Content
It is possible to add the support of most multibyte encodings to pyexpat.

There are several ways to do this:

1. Generate maps with a special script and add generated file to repository. After adding or updating a multibyte encoding this file should be regenerated.

2. Generate maps on fly. It requires more time for first use of the encoding, but allows support of arbitrary encoding which compatible with expat.
History
Date User Action Args
2013-05-25 18:41:28serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, doerwalter, eli.bendersky
2013-05-25 18:41:28serhiy.storchakasetmessageid: <1369507288.26.0.471852341095.issue18059@psf.upfronthosting.co.za>
2013-05-25 18:41:28serhiy.storchakalinkissue18059 messages
2013-05-25 18:41:28serhiy.storchakacreate