Probleme with locale

Christophe Prevost ommadawn at club-internet.fr
Wed Dec 13 08:21:26 EST 2000


Hi,

I need locale for my re in french. And there's something strange...

import locale
this work ->
>>>locale.setlocale(locale.LC_ALL, "")
>>>locale.getdefaultlocale()
('fr_FR', 'cp1252')

this doesn't work ->
>>>locale.setlocale(locale.LC_ALL, "fr_FR")

Tell me Why?








More information about the Python-list mailing list