http://bugs.winehq.org/show_bug.cgi?id=20377
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-16 01:43:25 --- Confirming. dlls/kernel32/locale.c,LOCALE_Init() assumes that MacOS doesn't set LANG environment variable and sets it on its own using user's locale preferences. The code should check whether LANG is set and do not override it.