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:23:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52B444D8.7020306@egenix.com>
In-reply-to <1387539405.64.0.71303309039.issue20034@psf.upfronthosting.co.za>
Content
On 20.12.2013 12:36, Serhiy Storchaka wrote:
> 
> Proposed patch updates locale alias table to most recent locale.alias file (from X.org 7.7 distribution).

Looks good.

BTW, regarding the devanagari cases:

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.
History
Date User Action Args
2013-12-20 13:23:45lemburgsetrecipients: + lemburg, loewis, serhiy.storchaka
2013-12-20 13:23:45lemburglinkissue20034 messages
2013-12-20 13:23:44lemburgcreate