Make wine honor LC_CTYPE and LC_MESSAGES

Dmitry Timoshkov dmitry at baikal.ru
Fri Jul 16 08:22:29 CDT 2004


"Shachar Shemesh" <wine-devel at shemesh.biz> 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.




More information about the wine-devel mailing list