[ python-Bugs-1371247 ] locale.windows_locale
SourceForge.net
noreply at sourceforge.net
Thu Dec 1 23:30:52 CET 2005
Bugs item #1371247, was opened at 2005-12-01 21:50
Message generated for change (Comment added) made by ghazel
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1371247&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Greg Hazel (ghazel)
Assigned to: Nobody/Anonymous (nobody)
Summary: locale.windows_locale
Initial Comment:
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
----------------------------------------------------------------------
>Comment By: Greg Hazel (ghazel)
Date: 2005-12-01 22:30
Message:
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).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1371247&group_id=5470
More information about the Python-bugs-list
mailing list