[New-bugs-announce] [issue22682] Add support of KZ1048 (RK1048) encoding

Serhiy Storchaka report at bugs.python.org
Mon Oct 20 22:21:16 CEST 2014


New submission from Serhiy Storchaka:

KZ1048 is Kazakh encoding based on CP1251 (Windows Cyrillic codepage). It is standardized by Unicode [1] and IANA [2]. It is also known as STRK1048-2002 (by the name of original Kazakh standard) and RK1048 (used in glibc). It is default encoding of Kazakh locale kk_KZ in glibc.

Proposed patch adds support for this encoding.

[1] ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MISC/KZ1048.TXT
[2] https://www.iana.org/assignments/charset-reg/KZ-1048

----------
components: Library (Lib)
messages: 229741
nosy: lemburg, loewis, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Add support of KZ1048 (RK1048) encoding
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list