[issue19668] Add support of the cp1125 encoding

Serhiy Storchaka report at bugs.python.org
Wed Nov 20 20:35:02 CET 2013


New submission from Serhiy Storchaka:

The proposed patch adds support of the CP1125 encoding.

The CP1125 encoding (also known as IBM866, CP866U (in Microsoft), 866nav (in TeX), RUSCII) is standard DOS encoding for Ukrainian language. It is only one DOS encoding (or at least most popular) suitable for Ukrainian. It is Ukrainian government standard for DOS. The CP1125 encoding differs from CP866 encoding only in 6 codes for Ukrainian letters.

http://www-03.ibm.com/systems/resources/systems_i_software_globalization_pdf_cp01125z.pdf
http://cp866u.codeplex.com/
ftp://tug.org/texlive/Contents/live/texmf-dist/tex/latex/cyrillic/cp866nav.def
http://segfault.kiev.ua/cyrillic-encodings/#ruscii

----------
components: Unicode
files: encoding_cp1125.patch
keywords: patch
messages: 203523
nosy: doerwalter, ezio.melotti, haypo, lemburg, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Add support of the cp1125 encoding
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file32733/encoding_cp1125.patch

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


More information about the Python-bugs-list mailing list