kernel: fix determination of using locale

Alexandre Julliard julliard at winehq.org
Tue Apr 18 05:11:51 CDT 2006


Sergei Butakov <butsergej at yandex.ru> writes:

> Here
> 2. - this set value of user_lcid
> 4. - this set value of system_lcid
> system_lcid affect on some part of Wine, user_lcid affect on other one. 
> Thereby only some part of Wine is defined by LC_CTYPE:

Well, yes, the point is that you can have user and system locales use
different values. If you use the same check for both then they will
always be identical, which isn't really what we want. You could maybe
find a better heuristic for the user locale, but I don't think
LC_CTYPE is appropriate.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list