New submission from Serhiy Storchaka: 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. ---------- components: Extension Modules, XML files: expat_encodings.py messages: 189989 nosy: doerwalter, eli.bendersky, lemburg, serhiy.storchaka priority: normal severity: normal status: open title: Add multibyte encoding support to pyexpat type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file30368/expat_encodings.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18059> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com