[New-bugs-announce] [issue18059] Add multibyte encoding support to pyexpat

Serhiy Storchaka report at bugs.python.org
Sat May 25 20:41:28 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18059>
_______________________________________


More information about the New-bugs-announce mailing list