[issue26024] Non-ascii Windows locale names

Eryk Sun report at bugs.python.org
Wed Jan 6 13:09:08 EST 2016


Eryk Sun added the comment:

Yes, it's ANSI. I should have said "system locale" instead of "current locale". To find the requested locale, the CRT function __get_qualified_locale calls EnumSystemLocalesA. The passed callback calls GetLocaleInfoA for each enumerated locale to get the country (SENGLISHCOUNTRYNAME) and language (SENGLISHLANGUAGENAME).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26024>
_______________________________________


More information about the Python-bugs-list mailing list