"Shachar Shemesh" <[EMAIL PROTECTED]> wrote: > With my patch LC_CTYPE affects the "system default locale". LC_ALL, > LANGUAGE (a mistake, I think, but couldn't convince Alexandre), and LANG > affect the "user locale". Hence - there are two locales in the Windows > world. If we implement the MUI interfaces, we will actually have three.
No. GetACP() returns exactly one value, initialized at the boot time, and CP_ACP pseudo code page used by multibyte<->unicode conversions is that only one active locale I mentioned above. You can't solve your problem by just using terms "system" and "user" locale, that changes nothing. -- Dmitry.