--
-- 来自USTC LUG
请使用gmail订阅,不要灌水。
更多信息more info:http://groups.google.com/group/ustc_lug?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "USTC_LUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ustc_lug+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
曾经flash有乱码只需要改一个配置文件,并没有额外安装字体,也许只要让它调用中文字体就好了。。。不过好几年了,细节忘记了。。。
--
目测是缺少 ttf-arphic-uming 字体,装上再试试吧。
那 ttf-arphic-ukai 呢?反正我刚换到 Arch Linux 的时候三国杀里中文字显示为方块就是通过安装 arphic 家的字体解决的…
~~~~
Sent from my HTC Vision.
--
那 ttf-arphic-ukai 呢?反正我刚换到 Arch Linux 的时候三国杀里中文字显示为方块就是通过安装 arphic 家的字体解决的…
--
--
我机子上用撒手不管版的flash 11.2是可以正常显示的,用pepper flash则是显示方块。似乎pepper flash的字体映射用了自己内建的配置文件,而不是系统的配置文件。我系统配置文件里写的很多手动映射在pepper flash中就无效,比如说SimSun的映射。系统的fontconfig会将一些英文字体family添加一些中文字体的别名,这样一旦英文字体中没有制定的字型就会从中文字体中去找。显示方块应该是pepper flash工作方式的BUG:使用了内建的有问题的映射配置,导致对特定字体无法映射成中文字体。要么直接使用撒手不管的非合作版的flash,要么让它使用系统的fontconfig。
--