View Single Post
Old 2013-01-24, 00:25   Link #532
Starks
I see what you did there!
*Scanlator
 
 
Join Date: Apr 2004
Age: 36
Send a message via AIM to Starks
Quote:
Originally Posted by prnoct90 View Post
any fix for the japanese coming up as block on mac and wine?
Execute the following:
Code:
$ cd /var/lib/locales/supported.d/ 
# touch ja
Now open up the file in a text editor and make certain it contains the following lines.
/var/lib/locales/supported.d/ja
Code:
ja_JP.UTF-8 UTF-8
ja_JP SJIS
ja_JP.EUC-JP EUC-JP
If the lines are there and everything is saved, run:
Code:
# dpkg-reconfigure locales
Then run Wine
Code:
LANG=ja_JP.UTF-8 && wine perfect\ dark.exe
__________________
Starks is offline   Reply With Quote