[issue20027] Fixed support for Indian locales

2013-12-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue20027] Fixed support for Indian locales

2013-12-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset aad582f717da by Serhiy Storchaka in branch '2.7': Issue #20027: Fixed locale aliases for devanagari locales. http://hg.python.org/cpython/rev/aad582f717da New changeset 7615c009e925 by Serhiy Storchaka in branch '3.3': Issue #20027: Fixed locale ali

[issue20027] Fixed support for Indian locales

2013-12-26 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 26.12.2013 19:59, Serhiy Storchaka wrote: > > Could you please make a decision about last patch, Marc-Andre? Looks good. Thanks, Serhiy. -- ___ Python tracker

[issue20027] Fixed support for Indian locales

2013-12-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Could you please make a decision about last patch, Marc-Andre? -- ___ Python tracker ___ ___ Pytho

[issue20027] Fixed support for Indian locales

2013-12-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file33231/locale_devanagari_2.patch ___ Python tracker ___ ___ Python-bugs-

[issue20027] Fixed support for Indian locales

2013-12-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated patch to tip. The makelocalalias.py script now corrects the non-standard locale names. -- Added file: http://bugs.python.org/file33234/locale_devanagari_3.patch ___ Python tracker

[issue20027] Fixed support for Indian locales

2013-12-20 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 20.12.2013 16:24, Serhiy Storchaka wrote: > > Serhiy Storchaka added the comment: > >> Well, yes, but only because you are removing the @-modifiers. I don't >> think that's correct, since e.g. the string formatting used for >> numbers is different with t

[issue20027] Fixed support for Indian locales

2013-12-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > Well, yes, but only because you are removing the @-modifiers. I don't > think that's correct, since e.g. the string formatting used for > numbers is different with the modifier. All the @-modifiers except euro are applied to the locale, not the encoding. An

[issue20027] Fixed support for Indian locales

2013-12-20 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 20.12.2013 15:55, Serhiy Storchaka wrote: > > After applying the patch Python supports all ks_IN and sd_IN locales. Well, yes, but only because you are removing the @-modifiers. I don't think that's correct, since e.g. the string formatting used for numb

[issue20027] Fixed support for Indian locales

2013-12-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ubuntu 12.04 supports Kashmiri and Sindhi locales (requires language-pack-sd-base and language-pack-sd-base packages). $ locale -a ... ks_IN ks_IN@devanagari ks_IN.utf8 ks_IN.utf8@devanagari ... sd_IN sd_IN@devanagari sd_IN.utf8 sd_IN.utf8@devanagari ... Cur

[issue20027] Fixed support for Indian locales

2013-12-20 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 20.12.2013 12:19, Serhiy Storchaka wrote: > > Added file: http://bugs.python.org/file33231/locale_devanagari_2.patch See my message on issue20034: There is some recent activity in glibc related to these. Here's a patch that adds the sd_IN@devanagari lo

[issue20027] Fixed support for Indian locales

2013-12-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file33219/locale_devanagari.patch ___ Python tracker ___ ___ Python-bugs-li

[issue20027] Fixed support for Indian locales

2013-12-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file33231/locale_devanagari_2.patch ___ Python tracker ___ ___ Python-bugs-li

[issue20027] Fixed support for Indian locales

2013-12-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file33218/locale_aliases.patch ___ Python tracker ___ ___ Python-bugs-list

[issue20027] Fixed support for Indian locales

2013-12-19 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file33219/locale_devanagari.patch ___ Python tracker ___ ___ Python-bugs-list

[issue20027] Fixed support for Indian locales

2013-12-19 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The locales alias table contains invalid entries for devanagari modifiers (see issue5815): 'ks_in@devanagari': 'ks...@devanagari.utf-8', 'sd': 'sd...@devanagari.utf-8', Here is a patch which fix