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
numbers is different with the modifier.

If you keep the modifiers, but move them to the end of the locale
string you should get the correct behavior, e.g.

-    'sd':                                   'sd...@devanagari.utf-8',
+    'sd':                                   'sd_IN.UTF-8@devanagari',

(modulo perhaps the spelling of "UTF-8")

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20027>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to