<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>红旗下的蛋 的评论</title>
	<atom:link href="http://www.fallleaf.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fallleaf.net</link>
	<description>如水似风</description>
	<lastBuildDate>Wed, 13 Apr 2011 10:24:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Shmildys 对《DOKUWIKI在中文XP下采用UTF-8格式文件名乱码解决方法》的评论</title>
		<link>http://www.fallleaf.net/2011/03/31/250/#comment-75</link>
		<dc:creator>Shmildys</dc:creator>
		<pubDate>Wed, 13 Apr 2011 10:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.fallleaf.net/?p=250#comment-75</guid>
		<description>果真是博客自动转码了
  不过还是很感谢提供代码</description>
		<content:encoded><![CDATA[<p>果真是博客自动转码了<br />
  不过还是很感谢提供代码</p>
]]></content:encoded>
	</item>
	<item>
		<title>Shmildys 对《DOKUWIKI在中文XP下采用UTF-8格式文件名乱码解决方法》的评论</title>
		<link>http://www.fallleaf.net/2011/03/31/250/#comment-74</link>
		<dc:creator>Shmildys</dc:creator>
		<pubDate>Wed, 13 Apr 2011 10:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.fallleaf.net/?p=250#comment-74</guid>
		<description>非常感谢您的解决方法，也顺便学习了下
您可能没有自己测试，或者由于博客的原因，代码中含有中文的标点
以下是我修改的
function utf8_encodeFN($file,$safe=true){
	global $conf;
	if($conf[&#039;fnencode&#039;] == &#039;utf-8&#039;) {
		$file=mb_convert_encoding($file,&#039;CP936&#039;,&#039;UTF-8&#039;);
		return $file;
	}
	if($safe &amp;&amp; preg_match(&#039;#^[a-zA-Z0-9/_\-\.%]+$#&#039;,$file)){
	return $file;
	}


    if($conf[&#039;fnencode&#039;] == &#039;safe&#039;){
        return SafeFN::encode($file);
    }

    $file = urlencode($file);
    $file = str_replace(&#039;%2F&#039;,&#039;/&#039;,$file);
    return $file;
}



＝＝＝＝＝


function utf8_decodeFN($file){
    global $conf;
	if($conf[&#039;fnencode&#039;] == &#039;utf-8&#039;) {
		$file=mb_convert_encoding($file,&#039;UTF-8&#039;,&#039;CP936&#039;);
		return $file;
	}

	if($conf[&#039;fnencode&#039;] == &#039;safe&#039;){
		return SafeFN::decode($file);
	}
	return urldecode($file);
}</description>
		<content:encoded><![CDATA[<p>非常感谢您的解决方法，也顺便学习了下<br />
您可能没有自己测试，或者由于博客的原因，代码中含有中文的标点<br />
以下是我修改的<br />
function utf8_encodeFN($file,$safe=true){<br />
	global $conf;<br />
	if($conf['fnencode'] == &#8216;utf-8&#8242;) {<br />
		$file=mb_convert_encoding($file,&#8217;CP936&#8242;,&#8217;UTF-8&#8242;);<br />
		return $file;<br />
	}<br />
	if($safe &#038;&#038; preg_match(&#8216;#^[a-zA-Z0-9/_\-\.%]+$#&#8217;,$file)){<br />
	return $file;<br />
	}</p>
<p>    if($conf['fnencode'] == &#8216;safe&#8217;){<br />
        return SafeFN::encode($file);<br />
    }</p>
<p>    $file = urlencode($file);<br />
    $file = str_replace(&#8216;%2F&#8217;,'/&#8217;,$file);<br />
    return $file;<br />
}</p>
<p>＝＝＝＝＝</p>
<p>function utf8_decodeFN($file){<br />
    global $conf;<br />
	if($conf['fnencode'] == &#8216;utf-8&#8242;) {<br />
		$file=mb_convert_encoding($file,&#8217;UTF-8&#8242;,&#8217;CP936&#8242;);<br />
		return $file;<br />
	}</p>
<p>	if($conf['fnencode'] == &#8216;safe&#8217;){<br />
		return SafeFN::decode($file);<br />
	}<br />
	return urldecode($file);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>sscs 对《SDH设备交叉容量的问题》的评论</title>
		<link>http://www.fallleaf.net/2006/02/28/65/#comment-56</link>
		<dc:creator>sscs</dc:creator>
		<pubDate>Tue, 16 Nov 2010 01:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fallleaf.net/?p=65#comment-56</guid>
		<description>叶总，“还有一个就是高低阶之间最好是32个VC4连接”这句话是不是指高低阶容量最好要相差32个VC4以上啊，谢谢！</description>
		<content:encoded><![CDATA[<p>叶总，“还有一个就是高低阶之间最好是32个VC4连接”这句话是不是指高低阶容量最好要相差32个VC4以上啊，谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>sscs 对《SDH设备交叉容量的问题》的评论</title>
		<link>http://www.fallleaf.net/2006/02/28/65/#comment-55</link>
		<dc:creator>sscs</dc:creator>
		<pubDate>Tue, 16 Nov 2010 01:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.fallleaf.net/?p=65#comment-55</guid>
		<description>叶总，“有一个就是高低阶之间最好是32个VC4连接。”这句话是啥子也是啊，是不是指高低阶交叉容量上要相差32个VC4连接啊，谢谢！</description>
		<content:encoded><![CDATA[<p>叶总，“有一个就是高低阶之间最好是32个VC4连接。”这句话是啥子也是啊，是不是指高低阶交叉容量上要相差32个VC4连接啊，谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>白狐少女 对《北戴河行》的评论</title>
		<link>http://www.fallleaf.net/2010/08/29/236/#comment-52</link>
		<dc:creator>白狐少女</dc:creator>
		<pubDate>Wed, 29 Sep 2010 04:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fallleaf.net/?p=236#comment-52</guid>
		<description>白狐少女在此飘过</description>
		<content:encoded><![CDATA[<p>白狐少女在此飘过</p>
]]></content:encoded>
	</item>
	<item>
		<title>门聚合 对《北戴河行》的评论</title>
		<link>http://www.fallleaf.net/2010/08/29/236/#comment-48</link>
		<dc:creator>门聚合</dc:creator>
		<pubDate>Fri, 24 Sep 2010 07:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.fallleaf.net/?p=236#comment-48</guid>
		<description>怎么一下就跳到22了呢?</description>
		<content:encoded><![CDATA[<p>怎么一下就跳到22了呢?</p>
]]></content:encoded>
	</item>
	<item>
		<title>lala 对《上海印象》的评论</title>
		<link>http://www.fallleaf.net/2006/03/31/34/#comment-47</link>
		<dc:creator>lala</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.fallleaf.net/?p=34#comment-47</guid>
		<description>这是哪儿呀？我都不认识</description>
		<content:encoded><![CDATA[<p>这是哪儿呀？我都不认识</p>
]]></content:encoded>
	</item>
	<item>
		<title>虫虫咬咬 对《移动本地传输网层次结构》的评论</title>
		<link>http://www.fallleaf.net/2010/07/15/172/#comment-13</link>
		<dc:creator>虫虫咬咬</dc:creator>
		<pubDate>Thu, 12 Aug 2010 13:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.fallleaf.net/?p=172#comment-13</guid>
		<description>蛋蛋叔叔，我来向你学习了~~ :razz:</description>
		<content:encoded><![CDATA[<p>蛋蛋叔叔，我来向你学习了~~ <img src='http://www.fallleaf.net/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

