[New-bugs-announce] [issue22679] Add encodings of supported in glibc locales

Serhiy Storchaka report at bugs.python.org
Mon Oct 20 18:49:38 CEST 2014


New submission from Serhiy Storchaka:

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).

----------
components: Library (Lib)
messages: 229730
nosy: haypo, lemburg, loewis, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Add encodings of supported in glibc locales
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list