ubuntu/linux flash中文亂碼 的解決

ubuntu/linux flash中文亂碼 的解決
打開配置文件:
cd /etc/fonts/conf.d/
sudo gedit 49-sansserif.conf

修改edit節點,將<string>sans-serif</string>
改爲 <string>sans</string>

<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-serif</string> 這裏改爲<--- <string>sans</string>
</edit>
</match>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章