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 fomcl@yahoo.com
Recipients fomcl@yahoo.com
Date 2013-02-20.11:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361360924.27.0.663240022367.issue17254@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2013-02-20 11:48:44fomcl@yahoo.comsetrecipients: + fomcl@yahoo.com
2013-02-20 11:48:44fomcl@yahoo.comsetmessageid: <1361360924.27.0.663240022367.issue17254@psf.upfronthosting.co.za>
2013-02-20 11:48:44fomcl@yahoo.comlinkissue17254 messages
2013-02-20 11:48:44fomcl@yahoo.comcreate