解决Ubuntu下Firefox Flash插件中文乱码

打开firefox的 编辑->首选项,切换到内容标签栏,在字体&颜色那一栏点击高级,打开一个对话框,在对话框的下面将默认字符编码那一栏改为:简体中文(GB2312).

cd /etc/fonts/conf.d/

cp 49-sansserif.conf 49-sansserif.conf.bak

sudo gedit 49-sansserif.conf

将对应的内容改为:

<match target="pattern">
<test qual="all" name="family" compare="not_eq">
<string>仿宋_GB2312</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>仿宋_GB2312</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>monospace</string>
</test>
<edit name="family" mode="append_last">
<string>仿宋_GB2312</string>
</edit>
</match>

要确定仿宋字体已安装,之后重启Firefox就好了。

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据