[已解决][问题]网页 Flash 里的文字乱码问题

系统字体配置、中文显示和输入法问题
回复
oklove
帖子: 12
注册时间: 2008-08-26 10:29

[已解决][问题]网页 Flash 里的文字乱码问题

#1

帖子 oklove » 2008-08-28 15:43

不知道为什么 我在看在上首面带有 Flash 幻灯片的论坛时 幻灯片里文字是乱码,请问怎么解决!
播客也是!


49-sansserif.conf
文件改成
<?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>文泉驿字体</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>文泉驿字体</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>monospace</string>
</test>
<edit name="family" mode="append_last">
<string>文泉驿字体</string>
</edit>
</match>
</fontconfig>

解决问题!
上次由 oklove 在 2008-08-28 21:43,总共编辑 1 次。
oklove
帖子: 12
注册时间: 2008-08-26 10:29

#2

帖子 oklove » 2008-08-28 15:54

在线等答案!
头像
sunningv
帖子: 1818
注册时间: 2006-12-17 13:34
来自: 武汉

#3

帖子 sunningv » 2008-08-28 16:13

最好能举一个具体的网站 :lol:
人生长恨水长东;
远近高低各不同.
oklove
帖子: 12
注册时间: 2008-08-26 10:29

#4

帖子 oklove » 2008-08-28 17:27

上次由 oklove 在 2008-08-28 21:46,总共编辑 1 次。
oklove
帖子: 12
注册时间: 2008-08-26 10:29

#5

帖子 oklove » 2008-08-28 18:46


49-sansserif.conf
文件改成
<?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>文泉驿字体</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>文泉驿字体</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>monospace</string>
</test>
<edit name="family" mode="append_last">
<string>文泉驿字体</string>
</edit>
</match>
</fontconfig>

解决问题!
头像
新手
帖子: 461
注册时间: 2007-01-22 23:23
来自: 42 39'18.85"N,94 10'00.80"E

#6

帖子 新手 » 2008-08-31 11:36

49-sansserif.conf文件在哪儿呢?
回复