[Python-Dev] Locale-specific formatting (original) (raw)

Éric Araujo merwok at netwok.org
Mon Dec 20 01:09:19 CET 2010


Le 18/12/2010 16:33, Oleg Broytman a écrit :

This is quite a known problem, not specific to Python. Locale settings are global for a process, and this is one of the thousands reasons why locale is considered so horrible. ICU is perhaps the only way around the problem.

Babel rocks: http://babel.edgewall.org/

Cheers



More information about the Python-Dev mailing list