[Bug 7235] locale specified in LANG is not respected in wine 0.9.29
http://bugs.winehq.org/show_bug.cgi?id=7235 ------- Additional Comments From bdonlan(a)gmail.com 2007-06-03 14:50 ------- Created an attachment (id=5258) --> (http://bugs.winehq.org/attachment.cgi?id=5258&action=view) setlocale() test program I have used the attached test program to verify my C library supports ja_JP: bd(a)shion:~$ gcc -o testlocale testlocale.c bd(a)shion:~$ ./testlocale LC_ALL(6) = en_US.UTF-8 LC_CTYPE(0) = en_US.UTF-8 bd(a)shion:~$ LC_ALL=ja_JP ./testlocale LC_ALL(6) = ja_JP LC_CTYPE(0) = ja_JP Somehow wine is not using setlocale() properly, or clobbering the environment variables before calling it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
Wine Bugs