<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Totti的部落格]]></title> 
<link>https://iam.ittot.com/index.php</link> 
<description><![CDATA[记录我的生活，收集我的收集]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Totti的部落格]]></copyright>
<item>
<link>https://iam.ittot.com/read.php/.htm</link>
<title><![CDATA[Ubuntu8.04下flash中文乱码问题解决方案]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[个人]]></category>
<pubDate>Sun, 08 Jun 2008 01:33:13 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	转载自：http://www.zvv.cn/blog/show-84-1.html<br/><br/>请仔细阅读步骤说明！<br/><br/>打开终端，执行：<br/>cd /etc/fonts/conf.d/<br/><br/>为了安全，备份一下字体配置文件：<br/>sudo cp 49-sansserif.conf 49-sansserif.conf_backup<br/><br/>以root身份打开：<br/>sudo gedit ./49-sansserif.conf<br/><br/>此时文件显示的内容如下：<br/><br/>&lt;?xml version=&quot;1.0&quot;?&gt;<br/>&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;<br/>&lt;fontconfig&gt;<br/>&lt;!--<br/>If the font still has no generic name, add sans-serif<br/>--&gt;<br/>&lt;match target=&quot;pattern&quot;&gt;<br/>&lt;test qual=&quot;all&quot; name=&quot;family&quot; compare=&quot;not_eq&quot;&gt;<br/>&lt;string&gt;sans-serif&lt;/string&gt;<br/>&lt;/test&gt;<br/>&lt;test qual=&quot;all&quot; name=&quot;family&quot; compare=&quot;not_eq&quot;&gt;<br/>&lt;string&gt;serif&lt;/string&gt;<br/>&lt;/test&gt;<br/>&lt;test qual=&quot;all&quot; name=&quot;family&quot; compare=&quot;not_eq&quot;&gt;<br/>&lt;string&gt;monospace&lt;/string&gt;<br/>&lt;/test&gt;<br/>&lt;edit name=&quot;family&quot; mode=&quot;append_last&quot;&gt;<br/>&lt;string&gt;sans-serif&lt;/string&gt;<br/>&lt;/edit&gt;<br/>&lt;/match&gt;<br/>&lt;/fontconfig&gt;<br/><br/>如上所示，将其中的第1、2、4个&lt;string&gt;后面的sans-serif或者serif用你自己系统中支持中文的字体的名字代替，注意字体名字的大小写<br/>比如：我的系统中安装了wqy-zenhei.ttf，我则用wqy-zenhei代替上述所说的字段：<br/>我的系统修改后的文件如下所示（注意：个人根据自己的实际情况修改）<br/><br/>&lt;?xml version=&quot;1.0&quot;?&gt;<br/>&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;<br/>&lt;fontconfig&gt;<br/>&lt;!--<br/>If the font still has no generic name, add sans-serif<br/>--&gt;<br/>&lt;match target=&quot;pattern&quot;&gt;<br/>&lt;test qual=&quot;all&quot; name=&quot;family&quot; compare=&quot;not_eq&quot;&gt;<br/>&lt;string&gt;wqy-zenhei&lt;/string&gt;<br/>&lt;/test&gt;<br/>&lt;test qual=&quot;all&quot; name=&quot;family&quot; compare=&quot;not_eq&quot;&gt;<br/>&lt;string&gt;wqy-zenhei&lt;/string&gt;<br/>&lt;/test&gt;<br/>&lt;test qual=&quot;all&quot; name=&quot;family&quot; compare=&quot;not_eq&quot;&gt;<br/>&lt;string&gt;monospace&lt;/string&gt;<br/>&lt;/test&gt;<br/>&lt;edit name=&quot;family&quot; mode=&quot;append_last&quot;&gt;<br/>&lt;string&gt;wqy-zenhei&lt;/string&gt;<br/>&lt;/edit&gt;<br/>&lt;/match&gt;<br/>&lt;/fontconfig&gt;<br/>Tags - <a href="https://iam.ittot.com/go.php/tags/ubuntu/" rel="tag">ubuntu</a> , <a href="https://iam.ittot.com/go.php/tags/flash/" rel="tag">flash</a>
]]>
</description>
</item><item>
<link>https://iam.ittot.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] Ubuntu8.04下flash中文乱码问题解决方案]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>