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 benjamin.peterson, ezio.melotti, firatozgul, lemburg, pitrou, r.david.murray, vstinner
Date 2013-02-20.15:13:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5124E829.1040403@egenix.com>
In-reply-to <1361372298.36.0.0917942547656.issue17252@psf.upfronthosting.co.za>
Content
On 20.02.2013 15:58, Benjamin Peterson wrote:
> 
> Benjamin Peterson added the comment:
> 
> The "locale" module does not affect Unicode operations. That's C locale; I'm talking about concept of Unicode locale, which Python doesn't currently know anything about.
> 
> I agree it would be useful to customize the locale of various unicode operations. That's a much broader language-level issue, though, in need of careful design.

We'd need to add the CLDR for locale aware operations and a Python
interface for it:

http://cldr.unicode.org/

The Babel project provides such an interface:

http://babel.edgewall.org/

The project appears to have stalled, though.
History
Date User Action Args
2013-02-20 15:13:47lemburgsetrecipients: + lemburg, pitrou, vstinner, benjamin.peterson, ezio.melotti, r.david.murray, firatozgul
2013-02-20 15:13:47lemburglinkissue17252 messages
2013-02-20 15:13:47lemburgcreate