Re: List of locale values for locale.setlocale() under Windows

2009-02-17 Thread python
Gabriel, > Are you looking for this? > http://msdn.microsoft.com/en-us/library/hzz3tw78(VS.80).aspx Yes! Wonderful! Thank you, Malcolm -- http://mail.python.org/mailman/listinfo/python-list

Re: List of locale values for locale.setlocale() under Windows

2009-02-17 Thread Gabriel Genellina
En Tue, 17 Feb 2009 18:00:19 -0200, escribió: locale.getlocale() ('English_United States', '1252') Any suggestions on where I can find the official list of locale codes for Windows XP (or better yet, all versions of Windows XP or later)? Are you looking for this? http://msdn.microsoft.com/en

List of locale values for locale.setlocale() under Windows

2009-02-17 Thread python
I'm experimenting with the locale module and have been unable to get the documentation examples to run on Windows XP. (The examples run fine on Linux). In particular, none of the locale.setlocale( category, locale )'s sample locale parameter values are considered valid. Example: >>> locale.setlocal