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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19668>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to