❂ VLC →Preference→Video→Subtitle/OSD→Text Render→Font:/Library/Fonts/Hei.dfont
--EOF--
❂ VLC →Preference→Input/Codec→Other codecs→Subtitles→Text Encoding:GBK
Then Open AVI with selecting the load subtitle file.
--EOF--
原因就是office 2008自带的宋体,使得Firefox在显示某些中文网页的时候乱码,例如news.sina.com.cn, 而Safari没有这种现象。
解决方法就是修改Firefox的profile, 在 ~/Library/Application Support/Firefox/Profiles/xxxxxx.default/chrome/userContent-example.css 改名为userContent.css
用nano打开userContent.css添加下面的css样式:
* {
font-family: Lucida Grande, Hei ! important;
}
重新启动FF, 可以解决宋体乱码问题。