Posts tagged 中文字体
ubuntu下firefox 中flash显示中文字体为方块解决办法
五 4th
终端执行:
引用
sudo gedit /etc/fonts/conf.d/49-sansserif.conf
将文件中第二个sans-serif 改为simsun,保存
打开firefox,编辑-首选项-内容-高级-字符编码 改为GB2312
重启firefox。
ubuntu WINE中文字体显示为方块解决办法
五 4th
终端
引用
wine regedit
打开注册表,找到HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes,删除MS Shell Dlg和MS Shell Dlg2键即可。
主要原因为tahoma字体在Linux下无法显示中文。