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 serhiy.storchaka
Recipients lemburg, loewis, serhiy.storchaka, vstinner
Date 2014-10-20.16:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413823778.04.0.286011441147.issue22679@psf.upfronthosting.co.za>
In-reply-to
Content
There are 6 encodings used in supported by glibc locales:

ARMSCII-8 - Armenian encoding
EUC-TW - Taiwan encoding in EUC family
GEORGIAN-PS - Georgian encoding
KOI8-T - Tajik encoding in KOI family
RK1048 - Kazakh variation of CP1251
TCVN5712-1 - Vietnam encoding

All these encodings are rare nowadays, but the fact that they are supported as encoding of official glibc locales means that they were used in some places in some time and there are some documents in these encodings. May be they are used even nowadays. I think it is worth to add support of all this encodings in Python.

This is a meta-issue. There are requests for support of GEORGIAN-PS (issue19459) and TCVN5712-1 (issue21081).
History
Date User Action Args
2014-10-20 16:49:38serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, vstinner
2014-10-20 16:49:38serhiy.storchakasetmessageid: <1413823778.04.0.286011441147.issue22679@psf.upfronthosting.co.za>
2014-10-20 16:49:37serhiy.storchakalinkissue22679 messages
2014-10-20 16:49:37serhiy.storchakacreate