<?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>Comments on: wget中文乱码</title>
	<atom:link href="http://cocobear.info/blog/2008/04/19/wget-chinese-encode/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Mon, 30 Jan 2012 11:09:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jinfeng</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-11399</link>
		<dc:creator>jinfeng</dc:creator>
		<pubDate>Thu, 20 Oct 2011 05:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-11399</guid>
		<description>我的QQ号是515331954</description>
		<content:encoded><![CDATA[<p>我的QQ号是515331954</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jinfeng</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-11398</link>
		<dc:creator>jinfeng</dc:creator>
		<pubDate>Thu, 20 Oct 2011 05:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-11398</guid>
		<description>我需要一份wget文件，是解决Ascii乱码的，谢谢</description>
		<content:encoded><![CDATA[<p>我需要一份wget文件，是解决Ascii乱码的，谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jinfeng</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-11397</link>
		<dc:creator>jinfeng</dc:creator>
		<pubDate>Thu, 20 Oct 2011 05:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-11397</guid>
		<description>有没有人在啊？</description>
		<content:encoded><![CDATA[<p>有没有人在啊？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fedora</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-9907</link>
		<dc:creator>fedora</dc:creator>
		<pubDate>Sat, 23 Apr 2011 09:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-9907</guid>
		<description>不过改代码的想法非常好</description>
		<content:encoded><![CDATA[<p>不过改代码的想法非常好</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fedora</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-9906</link>
		<dc:creator>fedora</dc:creator>
		<pubDate>Sat, 23 Apr 2011 09:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-9906</guid>
		<description>--restrict-file-names=nocontrol
加上这个参数就行了</description>
		<content:encoded><![CDATA[<p>&#8211;restrict-file-names=nocontrol<br />
加上这个参数就行了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demonoid</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-7749</link>
		<dc:creator>demonoid</dc:creator>
		<pubDate>Sun, 04 Apr 2010 01:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-7749</guid>
		<description>!((*p &#124; 0×0fffffff) == 0xffffffff))
这句“0×0fffffff”里 应为“x”，你错写成乘号了。</description>
		<content:encoded><![CDATA[<p>!((*p | 0×0fffffff) == 0xffffffff))<br />
这句“0×0fffffff”里 应为“x”，你错写成乘号了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cocobear</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-7050</link>
		<dc:creator>cocobear</dc:creator>
		<pubDate>Fri, 01 Jan 2010 13:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-7050</guid>
		<description>windows下应该是在cygwin里用wget的吗？修改的方法也应该是一样的。
在url.c里面，我上面已经写出来了。</description>
		<content:encoded><![CDATA[<p>windows下应该是在cygwin里用wget的吗？修改的方法也应该是一样的。<br />
在url.c里面，我上面已经写出来了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angoo-mart</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-7045</link>
		<dc:creator>angoo-mart</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-7045</guid>
		<description>我也遇到这样的问题，请问一下，windows下的wget要怎么改？我参考的代码是wget-1.12的，我很想把这个问题解决掉，请各位牛人指点指点。我的QQ是43904930. 如果谁有已经修改好的，windows下可以运行的wget.exe就更好，麻烦提供一下。谢谢各位，谢谢cocobear</description>
		<content:encoded><![CDATA[<p>我也遇到这样的问题，请问一下，windows下的wget要怎么改？我参考的代码是wget-1.12的，我很想把这个问题解决掉，请各位牛人指点指点。我的QQ是43904930. 如果谁有已经修改好的，windows下可以运行的wget.exe就更好，麻烦提供一下。谢谢各位，谢谢cocobear</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cocobear</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-7028</link>
		<dc:creator>cocobear</dc:creator>
		<pubDate>Tue, 29 Dec 2009 01:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-7028</guid>
		<description>To:arthur1989
上面有需要修改的地方，完整的修改过的包我现在没有了。</description>
		<content:encoded><![CDATA[<p>To:arthur1989<br />
上面有需要修改的地方，完整的修改过的包我现在没有了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arthur1989</title>
		<link>http://cocobear.info/blog/2008/04/19/wget-chinese-encode/comment-page-1/#comment-7023</link>
		<dc:creator>arthur1989</dc:creator>
		<pubDate>Sat, 26 Dec 2009 14:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://cocobear.info/blog/?p=260#comment-7023</guid>
		<description>求一份修改后的wget..谢谢</description>
		<content:encoded><![CDATA[<p>求一份修改后的wget..谢谢</p>
]]></content:encoded>
	</item>
</channel>
</rss>

