This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: locale.windows_locale
Type: Stage:
Components: Windows Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, ghazel, pterk
Priority: normal Keywords:

Created on 2005-12-01 21:50 by ghazel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg26967 - (view) Author: Greg Hazel (ghazel) Date: 2005-12-01 21:50
from locale.py:

#
# this maps windows language identifiers (as used on 
Windows 95 and
# earlier) to locale strings.
#
# NOTE: this mapping is incomplete.  If your language 
is missing, please
# submit a bug report to Python bug manager, which you 
can find via:
#     http://www.python.org/dev/
# Make sure you include the missing language 
identifier and the suggested
# locale code.
#

The complete mapping table can be found here:
http://www.dx21.com/SCRIPTING/VBSCRIPT/LCID.ASP

msg26968 - (view) Author: Greg Hazel (ghazel) Date: 2005-12-01 22:30
Logged In: YES 
user_id=731668

I believe there's a small typo in that page.
Spanish 1034 says hex 0x0C0A when hex(1034) is 0x040A

The rest seems correct (hex and int values match).
msg26969 - (view) Author: Peter van Kampen (pterk) Date: 2006-01-14 22:40
Logged In: YES 
user_id=174455

See patch 1406159:
http://sourceforge.net/tracker/index.php?func=detail&aid=1406159&group_id=5470&atid=305470
msg26970 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-01-20 09:08
Logged In: YES 
user_id=1188172

Thanks, fixed in rev 42100, 42101.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42650
2005-12-01 21:50:46ghazelcreate