首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Flash >

解决Ubuntu中flash中文显示乱码有关问题

2012-08-09 
解决Ubuntu中flash中文显示乱码问题sudo vim /etc/fonts/conf.d/49-sansserif.conf将??? ??edit namefa

解决Ubuntu中flash中文显示乱码问题

sudo vim /etc/fonts/conf.d/49-sansserif.conf

将??? ??

<edit name="family" mode="append_last">            <string>sans-serif</string></edit>
?

修改为

<edit name="family" mode="append_last">       <string>文泉驿正黑</string></edit>
?

?

修改后文件内容:

<?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>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>文泉驿正黑</string>        </edit>    </match></fontconfig>
将mysql中数据导成sql文件:
mysqldump -h127.0.0.1 -P3306 -uroot -p654321 test_export_sql_db >links.sql

热点排行