[Bug 50151] World of Tanks fails to launch if LC_LANG/LC_ALL are set ja_JP

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 4 05:18:17 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50151

--- Comment #9 from Piotr Caban <piotr.caban at gmail.com> ---
I can reproduce the problem. The game uses locale set to:
LC_COLLATE=C;LC_CTYPE=C;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=Japanese_Japan.932
and asks for week day using "%a" format. After the patch, we're using WCHAR
name and convert it to current encoding. This fails since LC_CTYPE is set to C
locale. I will do some testing to figure out what's the correct fix.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list