Akihiro Moriguchi
2007-Oct-30 18:27 UTC
[Wine] Japanese menu on widget are garbled (mojibake)
Hello, I have problem that menus on windows soft under wine are garbled (mojibake.) I'm Japanese and I've just started to use wine under CentOS5 because I want to use English-Japanese dictionary viewing software. Installing wine is fine both English and Japanese locale where wine related soft displays Japanese correctly even on menus. But my dictionary viewing soft under wine has garbled menu, but bottons are displayed fine. To correct the problem, I tried to install windows multilingalization package that I accidentaly have, but probably failed installing because error reports "blah blah blah deferred userenv<elf>" a lot lines or somthing. And I also don't know how to change language enviornment without controll panel, maybe some registory key? If someone know how to display multi byte character menus on widget, could you tell me a direction. I tested locales ja_JP.eucjp, ja_JP.sjis and ja_JP.utf8 when start wine. Thanks in advance. Akihiro Moriguchi
On Tuesday October 30 2007 18:27, Akihiro Moriguchi wrote:> Hello, > > I have problem that menus on windows soft under wine are garbled > (mojibake.) > .... > If someone know how to display multi byte character menus on widget, > could you tell me a direction. > > I tested locales ja_JP.eucjp, ja_JP.sjis and ja_JP.utf8 when start wine.Try something like this: export LC_ALL=your_locale wine notepad Replace "your_locale" with your locale name. If you can type in the notepad in your language and see it in the menus then your locale setup and fonts are correct. Then try to run your program. If it still doesn't work as expected (but notepad works perfectly) then then please report this as a bug at http://bugs.winehq.org . Please note that most developers don't read this mailing list so it is important to report the bug at http://bugs.winehq.org if you want to get it fixed. Thanks for using WINE.