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>
或
1、打开终端。
2、cd /etc/fonts/conf.d
3、
cp 49-sansserif.conf.bak
4、rm 49-sansserif.conf
5、ok,游览器里刷新。
本文提供了一种解决Ubuntu系统中Flash出现中文乱码问题的方法。通过修改/etc/fonts/conf.d/目录下的49-sansserif.conf配置文件,将特定字符串从'sans-serif'更改为'sans',从而有效解决了中文显示问题。
762

被折叠的 条评论
为什么被折叠?



