HowTo: CJK(Chinese, Japanese, Korean) in Wine Application

May 16, 2008 · Filed Under Ubuntu · Comment 

If you are installing CJK(Chinese, Japanese, Koean) application in ordinary fresh installed wine, you will see a lots of funny character instead of the one of the CJK which is readable. Follow the guide below to get your CJK application display properly in wine. Tested on Ubuntu Feisty and Hardy.

1. Open the terminal and execute the following

$sudo touch /var/lib/locales/supported.d/ja
$sudo touch /var/lib/locales/supported.d/kr
$sudo touch /var/lib/locales/supported.d/zh

2. Open each of the file that you have just created and paste in the line as below

Read more