[New-bugs-announce] [issue17254] add thai encoding aliases to encodings.aliases

albertjan report at bugs.python.org
Wed Feb 20 12:48:44 CET 2013


New submission from albertjan:

This is almost identical to: http://bugs.python.org/issue854511
However, tis602, which is mentioned in the orginal bug report, is not an alias to cp874. Therefore, I propose the following:

import encodings

aliases = encodings.aliases.aliases
more_aliases = {'ibm874'     : 'cp874',
                'iso_8859_11': 'cp874',
                'iso8859_11' : 'cp874',
                'windows_874': 'cp874',
               }
aliases.update(more_aliases)

----------
messages: 182489
nosy: fomcl at yahoo.com
priority: normal
severity: normal
status: open
title: add thai encoding aliases to encodings.aliases

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17254>
_______________________________________


More information about the New-bugs-announce mailing list