幫助中心
這里有最新的使用文檔和教程
Ubuntu9.04太多亂碼(中文不能正常顯示)
一、Flash亂碼
在終端輸入:sudo gedit /etc/fonts/conf.d/49-sansserif.conf 回車
將第四行<string>sans-serif</string>替換成<string>sans</string>或者<string>文泉驛正黑</string>
如下所示:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
If the font still has no generic name, add sans-serif
-->
<match target="pattern">
<test qual="all" name="family" compare="not_eq">
<string>sans-serif</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>serif</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>monospace</string>
</test>
<edit name="family" mode="append_last">
<string>sans</string>
</edit>
</match>
</fontconfig>
二、Wine亂碼
安裝Wine請(qǐng)瀏覽http://wiki.ubuntu.org.cn/Wine。
瀏覽到Wine的C盤,雙擊Windows,再雙雙擊,regedit.exe啟動(dòng)注冊(cè)表編輯器。
在HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes下將雙擊MS Shell Dlg與MS Shell Dlg 2將值修改為Microsoft YaHei,當(dāng)然在此之前很得將msyh.ttf文件拷貝到Wine中的C:/Windows/Fonts下,此字體可以在網(wǎng)上下載,或者到Vista的 同上目錄下復(fù)制。