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 vstinner
Recipients doerwalter, ezio.melotti, lemburg, loewis, serhiy.storchaka, vstinner
Date 2013-11-21.02:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385000346.07.0.990262682886.issue19668@psf.upfronthosting.co.za>
In-reply-to
Content
> The proposed patch adds support of the CP1125 encoding.

Nowadays, a good motivation for supporting a new codec is to be able to start Python 3. For example, I added cp65001 because some using try Python 3 with this Windows code page.

It looks like at least one user is unable to start Python 3 because he/she uses GEORGIAN-PS as the locale encoding (issue #19459).

For cp1125: is it used as the ANSI code page on Windows? Otherwise, how do you use this encoding.

Supporting all encodings in the world is meaningless because they are too many encodings.
History
Date User Action Args
2013-11-21 02:19:06vstinnersetrecipients: + vstinner, lemburg, loewis, doerwalter, ezio.melotti, serhiy.storchaka
2013-11-21 02:19:06vstinnersetmessageid: <1385000346.07.0.990262682886.issue19668@psf.upfronthosting.co.za>
2013-11-21 02:19:06vstinnerlinkissue19668 messages
2013-11-21 02:19:05vstinnercreate