This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients lemburg, loewis, serhiy.storchaka
Date 2013-12-20.15:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52B45CD2.9010501@egenix.com>
In-reply-to <1387551329.95.0.75949233797.issue20027@psf.upfronthosting.co.za>
Content
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_IN@devanagari.UTF-8',
+    'sd':                                   'sd_IN.UTF-8@devanagari',

(modulo perhaps the spelling of "UTF-8")
History
Date User Action Args
2013-12-20 15:06:02lemburgsetrecipients: + lemburg, loewis, serhiy.storchaka
2013-12-20 15:06:02lemburglinkissue20027 messages
2013-12-20 15:06:02lemburgcreate