PDA

View Full Version : Display chinese in wine emulated application


Olnex
July 5th, 2008, 09:35 AM
I have to use a Windows application which displays Chinese characters, on Windows, I have to set Control Panel -> Regional and Language Options -> Advanced -> Language for non-Unicode programs to "Chinese (PRC)" in order to get it correctly displayed, so how to achieve the same effect under wine? Thanks a lot!!!

chenzero
December 27th, 2008, 01:53 AM
Don't know if this problem was solved or not.
I also encountered this kind of problem. please try
'export LANG=zh_CN.UTF-8' before start 'wine'
Good luck!