OSDN Git Service

languageHandler.localeNameToWindowsLCID: only normalize the locale name if looking...
authorMichael Curran <mick@kulgan.net>
Tue, 27 Dec 2011 00:42:37 +0000 (10:42 +1000)
committerMichael Curran <mick@kulgan.net>
Tue, 27 Dec 2011 00:42:37 +0000 (10:42 +1000)
commit501a6f1d1509b54823a701cf9c75af47ca21174c
treeeb3b89287590bd4f7d0f5cc13a624eb1171378c1
parent21bfd4fa0847b4940dbf60fc4e8ef4110be62970
languageHandler.localeNameToWindowsLCID: only normalize the locale name if looking the LCID up in Python's locale module. Do not normalize if asking Windows (Vista and above). This allows for correctly labeling sr. Fixes #1363 (for Vista and above).
source/languageHandler.py