[Bug 7235] locale specified in LANG is not respected in wine 0.9.29

Wine Bugs wine-bugs at winehq.org
Tue Mar 6 14:50:39 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=7235





------- Additional Comments From bdonlan at 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 at shion:~$ gcc -o testlocale testlocale.c
bd at shion:~$  ./testlocale
LC_ALL(6) = en_US.UTF-8
LC_CTYPE(0) = en_US.UTF-8
bd at 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.



More information about the wine-bugs mailing list