kernel32: Use LC_NUMERIC instead of LC_ALL to determine the user locale.

Kirill K. Smirnov lich at math.spbu.ru
Mon Nov 13 11:36:37 CST 2006


>Module: wine
>Branch: master
>Commit: 7a1522a20f45a39e9f127c9f2f83638ff600f5d9
>URL:    
>http://source.winehq.org/git/wine.git/?a=commit;h=7a1522a20f45a39e9f127c9f2f83638ff600f5d9

>Author: Alexandre Julliard <julliard at winehq.org>
>Date:   Mon Nov 13 14:27:00 2006 +0100

>kernel32: Use LC_NUMERIC instead of LC_ALL to determine the user locale.

>Passing LC_ALL to setlocale() doesn't do what we want.

Why LC_NUMERIC?
Maybe, LC_MESSAGES more suits for this role?
Or LANG env?


-- Kirill K. Smirnov



More information about the wine-devel mailing list