wine 乱码解决

wine下中文的配置方案
步骤:
1. 初始设置

运行 winecfg,把模拟的 Windows 系统设置为 Windows XP 或者 Windows 2000。


2. 准备字体
为了让 Windows 应用程序看上去更美观,所以需要 Windows 下面的字体。

将 simsun.ttc 复制到~/.wine/drive_c/windows/fonts/ 目录中


3. 修改 ~/.wine/system.reg
装好字体后,还要修改一下 Wine 的注册表设置,指定与字体相关的设置:
[plain]  view plain copy
  1. gedit ~/.wine/system.reg  
(一定要使用 gedit 或其他支持 gb2312/utf8 编码的编辑器修改这些文件,否则文件中的中文可能变乱码)
搜索:LogPixels
找到的行应该是:[System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts]
将其中的:
[html]  view plain copy
  1. "LogPixels"=dword:00000060  
改为:
[html]  view plain copy
  1. "LogPixels"=dword:00000070  
搜索:FontSubstitutes
找到的行应该是:[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes]
将其中的:
[html]  view plain copy
  1. "MS Shell Dlg"="Tahoma"  
  2. "MS Shell Dlg 2″="Tahoma"  
改为:
[html]  view plain copy
  1. "MS Shell Dlg"="SimSun"  
  2. "MS Shell Dlg 2″="SimSun"  


4. 修改 ~/.wine/drive_c/windows/win.ini

gedit ~/.wine/drive_c/windows/win.ini
在文件末尾加入:
[plain]  view plain copy
  1. [Desktop]  
  2. menufontsize=13  
  3. messagefontsize=13  
  4. statusfontsize=13  
  5. IconTitleSize=13  

5.  关键的一步──把下面的代码保存为zh.reg,然后终端执行

[plain]  view plain copy
  1. $ regedit zh.reg  

代码:

[plain]  view plain copy
  1. REGEDIT4  
  2. [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows   
  3. NT\CurrentVersion\FontSubstitutes]  
  4. "Arial"="simsun"  
  5. "Arial CE,238"="simsun"  
  6. "Arial CYR,204"="simsun"  
  7. "Arial Greek,161"="simsun"  
  8. "Arial TUR,162"="simsun"  
  9. "Courier New"="simsun"  
  10. "Courier New CE,238"="simsun"  
  11. "Courier New CYR,204"="simsun"  
  12. "Courier New Greek,161"="simsun"  
  13. "Courier New TUR,162"="simsun"  
  14. "FixedSys"="simsun"  
  15. "Helv"="simsun"  
  16. "Helvetica"="simsun"  
  17. "MS Sans Serif"="simsun"  
  18. "MS Shell Dlg"="simsun"  
  19. "MS Shell Dlg 2"="simsun"  
  20. "System"="simsun"  
  21. "Tahoma"="simsun"  
  22. "Times"="simsun"  
  23. "Times New Roman CE,238"="simsun"  
  24. "Times New Roman CYR,204"="simsun"  
  25. "Times New Roman Greek,161"="simsun"  
  26. "Times New Roman TUR,162"="simsun"  
  27. "Tms Rmn"="simsun"  

之后,中文正常显示!

[plain]  view plain copy
  1. $ env LANG="zh_CN.UTF-8" wine CAJViewer.exe  
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值