Python and i18n

"Martin v. Löwis" martin at v.loewis.de
Sat Oct 18 13:27:08 EDT 2003


João Alfredo wrote:


> So, does python support the pt_BR locale?? Am I doing something wrong??

Yes, and yes. You have to invoke locale.setlocale(locale.LC_ALL,"")
first.

Regards,
Martin





More information about the Python-list mailing list