Re: IANA names for character set encodings?
Bill Janssen <[email protected]>
| Newsgroups | gmane.comp.python.internationalization |
|---|---|
| Message-ID | <02Feb11.164047pst."3456"@watson.parc.xerox.com> |
> Looking at the IANA listing it seems rather lengthy. What I'm > worried about is that Python startup time will get worse for > programs using codecs (I sometimes wish Python had a builtin > on-disk registry where we could put static data like this). The URL I cited has such an alias listing -- not too bad. Or it could be in an alternate module iana-charset-names, or some such, to be loaded on demand. http://cvs.plkr.org/index.cgi/parser/python/PyPlucker/helper/CharsetMapping.py?rev=HEAD&content-type=text/plain Bill