[issue17252] Latin Capital Letter I with Dot Above

Marc-Andre Lemburg report at bugs.python.org
Wed Feb 20 16:13:47 CET 2013


Marc-Andre Lemburg added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17252>
_______________________________________


More information about the Python-bugs-list mailing list