[issue19668] Add support of the cp1125 encoding

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 11bc9f669015 by R David Murray in branch 'default': whatsnew: cp1125 codec (#19668). http://hg.python.org/cpython/rev/11bc9f669015 -- ___ Python tracker __

[issue19668] Add support of the cp1125 encoding

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 355d8950f574 by Serhiy Storchaka in branch 'default': Fixed incorrectly applying a patch for issue19668. http://hg.python.org/cpython/rev/355d8950f574 -- ___ Python tracker

[issue19668] Add support of the cp1125 encoding

2013-11-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks all. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue19668] Add support of the cp1125 encoding

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset d0fd68ef1aa9 by Serhiy Storchaka in branch 'default': Issue #19668: Added support for the cp1125 encoding. http://hg.python.org/cpython/rev/d0fd68ef1aa9 -- nosy: +python-dev ___ Python tracker

[issue19668] Add support of the cp1125 encoding

2013-11-23 Thread Martin v . Löwis
Martin v. Löwis added the comment: +1 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue19668] Add support of the cp1125 encoding

2013-11-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: So what is a decision? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue19668] Add support of the cp1125 encoding

2013-11-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Please also add the aliases you mentioned. I have already added these aliases. I should remove added in last moment the 'cp866nav' alias from Lib/encodings/aliases.py because it is actually a little different encoding (it have two Byelorussian letters "Ўў

[issue19668] Add support of the cp1125 encoding

2013-11-21 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 21.11.2013 09:34, Serhiy Storchaka wrote: > > No, it is not official Microsoft codepage (it was introduced by IBM in its > PC-DOS). AFAIK this encoding yet widely used in banking software. My old text > files were written in this encoding, ;) +1 for ad

[issue19668] Add support of the cp1125 encoding

2013-11-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: No, it is not official Microsoft codepage (it was introduced by IBM in its PC-DOS). AFAIK this encoding yet widely used in banking software. My old text files were written in this encoding, ;) -- ___ Python tracke

[issue19668] Add support of the cp1125 encoding

2013-11-20 Thread STINNER Victor
STINNER Victor added the comment: > The proposed patch adds support of the CP1125 encoding. Nowadays, a good motivation for supporting a new codec is to be able to start Python 3. For example, I added cp65001 because some using try Python 3 with this Windows code page. It looks like at least

[issue19668] Add support of the cp1125 encoding

2013-11-20 Thread STINNER Victor
STINNER Victor added the comment: See also issue #19459. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue19668] Add support of the cp1125 encoding

2013-11-20 Thread Serhiy Storchaka
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) suita