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.13:26:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52B44580.4050207@egenix.com>
In-reply-to <1387538350.76.0.241967489278.issue20027@psf.upfronthosting.co.za>
Content
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 locale to glibc:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/localedata/locales/sd_IN@devanagari.diff?cvsroot=glibc&r1=NONE&r2=1.1

So they will start working once platforms adopt the new
glibc versions.

The @-modifier is applied to the locale, not the encoding, because
the locale uses a different script, as opposed to limiting itself
to part of an encoding. This looks reasonable, even though I'm
not sure it conforms to standards.

Since all this is still very much in flux, perhaps we ought
to wait a bit more and let the dust settle ?!
History
Date User Action Args
2013-12-20 13:26:32lemburgsetrecipients: + lemburg, loewis, serhiy.storchaka
2013-12-20 13:26:32lemburglinkissue20027 messages
2013-12-20 13:26:32lemburgcreate