[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Ned Deily
Ned Deily added the comment: All better, thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset def3bab79c8f by Serhiy Storchaka in branch 'default': Added forgotten new files for issues #22681 and #22682. https://hg.python.org/cpython/rev/def3bab79c8f -- ___ Python tracker

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Ned. I just forgive to add new encoding files. -- ___ Python tracker ___ ___ Python-bugs-li

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Ned Deily
Ned Deily added the comment: Also the 10.6 (Snow Leopard) buildbot: http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/3125/steps/test/logs/stdio -- ___ Python tracker ___

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Ned Deily
Ned Deily added the comment: Lots of "LookupError: unknown encoding: koi8_t" test failures (on OS X 10.10) after this commit, for example, in test_codecs: == ERROR: test_basics (test.test_codecs.BasicUnicodeTest) --

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 78de5d040492 by Serhiy Storchaka in branch 'default': Issue #22681: Added support for the koi8_t encoding. https://hg.python.org/cpython/rev/78de5d040492 -- nosy: +python-dev ___ Python tracker

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Looks good to me. -- nosy: +amaury.forgeotdarc ___ Python tracker ___ ___ Python-bugs-list mai

[issue22681] Add support of KOI8-T encoding

2015-05-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ping. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue22681] Add support of KOI8-T encoding

2014-10-28 Thread Jakub Wilk
Changes by Jakub Wilk : -- nosy: +jwilk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue22681] Add support of KOI8-T encoding

2014-10-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ah, actually Apple uses (a fork of) GNU libiconv. So I should correct links. -- ___ Python tracker ___ ___

[issue22681] Add support of KOI8-T encoding

2014-10-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +patch Added file: http://bugs.python.org/file36983/encoding_koi8_t.patch ___ Python tracker ___ __

[issue22681] Add support of KOI8-T encoding

2014-10-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: KOI8-T is Tajik encoding partially compatible with KOI8-R. This is default encoding of Tajik locale tg_TJ in glibc (but in X11 locale.alias file it is KOI8-C, issue20087). Proposed patch adds support for this encoding. I have not found official mapping of