[Python-bugs-list] [ python-Bugs-620739 ] missing mappings in locale tables
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 09 Oct 2002 05:55:37 -0700
Bugs item #620739, was opened at 2002-10-09 14:39
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=620739&group_id=5470
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Fredrik Lundh (effbot)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing mappings in locale tables
Initial Comment:
(via mail from Oleg Deribas)
Here are two missed mappings in locale.py for russian
and ukrainian languages:
0x0422: "uk_UA", # Ukrainian (Ukraine)
0x0419: "ru_RU", # Russian (Russia)
locale_alias table also misses mapping for ukrainian:
'uk': 'uk_UA.CP1251',
'uk_uk': 'uk_UA.CP1251',
Is it possible to include this in sources?
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2002-10-09 14:55
Message:
Logged In: YES
user_id=21627
I'm sure many more are missing also, Microsoft has currently
143 language identifiers.
Assuming this goes into windows_locale, why does it have a a
codeset in it?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=620739&group_id=5470