<?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>评论：通过javascript实现的快速编码解码服务</title>
	<atom:link href="http://css9.net/text-escape-unescape-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://css9.net/text-escape-unescape-in-javascript/</link>
	<description>Less is More,Simple is Perfect!</description>
	<lastBuildDate>Sat, 31 Jul 2010 01:53:56 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：p90x sale</title>
		<link>http://css9.net/text-escape-unescape-in-javascript/comment-page-1/#comment-1569</link>
		<dc:creator>p90x sale</dc:creator>
		<pubDate>Sat, 10 Jul 2010 08:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://css9.net/?p=955#comment-1569</guid>
		<description>I totally love this article. I think you could write some other things to make your blog more complete.For example：&lt;a href=&quot;http://www.cheap-ed-hardy.com/&quot; rel=&quot;nofollow&quot;&gt; ed hardy&lt;/a&gt;.&lt;a href=&quot;http://www.vibramfivefingerssale.us/&quot; rel=&quot;nofollow&quot;&gt;vibram five fingers&lt;/a&gt;.&lt;a href=&quot;http://www.p90xworkoutdvdset.com/&quot; rel=&quot;nofollow&quot;&gt;p90x workout schedule&lt;/a&gt;.&lt;a href=&quot;http://www.bestmbtshoes.us/&quot; rel=&quot;nofollow&quot;&gt; mbt shoes&lt;/a&gt;.&lt;a href=&quot;http://www.cheap-ed-hardy.com/ed-hardy-caps-c-11&quot; rel=&quot;nofollow&quot;&gt; hardy caps&lt;/a&gt;.&lt;a href=&quot;http://www.vibramfivefingerssale.us/vibram-fivefingers-mens-kso-trek-c-73&quot; rel=&quot;nofollow&quot;&gt; vibram fivefingers kso trek&lt;/a&gt;.&lt;a href=&quot;http://www.bestmbtshoes.us/MBT_Chapa-c-24-b0&quot; rel=&quot;nofollow&quot;&gt; mbt chapa dawn shoes&lt;/a&gt;.
&lt;a href=&quot;http://www.newghdstraightener.com/&quot; rel=&quot;nofollow&quot;&gt;ghd straightener&lt;/a&gt;
&lt;a href=&quot;http://www.cheapu99boots.com/&quot; rel=&quot;nofollow&quot;&gt;ugg&lt;/a&gt; &lt;a href=&quot;http://www.bootsboots.org/&quot; rel=&quot;nofollow&quot;&gt;ugg boots&lt;/a&gt;
&lt;a href=&quot;http://louis-vuitton-replica-handbags.com/&quot; rel=&quot;nofollow&quot;&gt;replica louis vuitton handbags&lt;/a&gt;
&lt;a href=&quot;http://www.ed-hardy-shirts.us/&quot; rel=&quot;nofollow&quot;&gt;edhardy&lt;/a&gt;I thought that many people can like.</description>
		<content:encoded><![CDATA[<p>I totally love this article. I think you could write some other things to make your blog more complete.For example：<a href="http://www.cheap-ed-hardy.com/" rel="nofollow"> ed hardy</a>.<a href="http://www.vibramfivefingerssale.us/" rel="nofollow">vibram five fingers</a>.<a href="http://www.p90xworkoutdvdset.com/" rel="nofollow">p90x workout schedule</a>.<a href="http://www.bestmbtshoes.us/" rel="nofollow"> mbt shoes</a>.<a href="http://www.cheap-ed-hardy.com/ed-hardy-caps-c-11" rel="nofollow"> hardy caps</a>.<a href="http://www.vibramfivefingerssale.us/vibram-fivefingers-mens-kso-trek-c-73" rel="nofollow"> vibram fivefingers kso trek</a>.<a href="http://www.bestmbtshoes.us/MBT_Chapa-c-24-b0" rel="nofollow"> mbt chapa dawn shoes</a>.<br />
<a href="http://www.newghdstraightener.com/" rel="nofollow">ghd straightener</a><br />
<a href="http://www.cheapu99boots.com/" rel="nofollow">ugg</a> <a href="http://www.bootsboots.org/" rel="nofollow">ugg boots</a><br />
<a href="http://louis-vuitton-replica-handbags.com/" rel="nofollow">replica louis vuitton handbags</a><br />
<a href="http://www.ed-hardy-shirts.us/" rel="nofollow">edhardy</a>I thought that many people can like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：IIduce</title>
		<link>http://css9.net/text-escape-unescape-in-javascript/comment-page-1/#comment-863</link>
		<dc:creator>IIduce</dc:creator>
		<pubDate>Thu, 05 Nov 2009 11:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://css9.net/?p=955#comment-863</guid>
		<description>你了解蛮多，不过...可悲在哪里？</description>
		<content:encoded><![CDATA[<p>你了解蛮多，不过&#8230;可悲在哪里？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：cz</title>
		<link>http://css9.net/text-escape-unescape-in-javascript/comment-page-1/#comment-844</link>
		<dc:creator>cz</dc:creator>
		<pubDate>Wed, 21 Oct 2009 09:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://css9.net/?p=955#comment-844</guid>
		<description>空格在ascii里，用十六进制表示是20

shell&gt; echo -n &#039; &#039;&#124;hexdump
20

\u和\U，分别表示BMP范围的unicode和完全范围的unicode。

&amp;#;是html实体的表示方法。里面可以为十进制数字和十六进制数字，也可以为一个预定义的串。前者是对unicode字符用数字编码表示，后者是一些预定义的串，对应某个字符。后者是完全可以用前者来表示的。


可悲可悲。</description>
		<content:encoded><![CDATA[<p>空格在ascii里，用十六进制表示是20</p>
<p>shell&gt; echo -n &#8216; &#8216;|hexdump<br />
20</p>
<p>\u和\U，分别表示BMP范围的unicode和完全范围的unicode。</p>
<p>&amp;#;是html实体的表示方法。里面可以为十进制数字和十六进制数字，也可以为一个预定义的串。前者是对unicode字符用数字编码表示，后者是一些预定义的串，对应某个字符。后者是完全可以用前者来表示的。</p>
<p>可悲可悲。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：特殊编码</title>
		<link>http://css9.net/text-escape-unescape-in-javascript/comment-page-1/#comment-757</link>
		<dc:creator>特殊编码</dc:creator>
		<pubDate>Wed, 19 Aug 2009 11:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://css9.net/?p=955#comment-757</guid>
		<description>本人无才只能猜测哦！
这些编码，是从计算机内部的接口开始的吧，全世界都公认了的。主要应用在底层程序开发上的</description>
		<content:encoded><![CDATA[<p>本人无才只能猜测哦！<br />
这些编码，是从计算机内部的接口开始的吧，全世界都公认了的。主要应用在底层程序开发上的</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：IIduce</title>
		<link>http://css9.net/text-escape-unescape-in-javascript/comment-page-1/#comment-651</link>
		<dc:creator>IIduce</dc:creator>
		<pubDate>Fri, 03 Jul 2009 05:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://css9.net/?p=955#comment-651</guid>
		<description>感谢关注。不过，还望多提问题和建议。</description>
		<content:encoded><![CDATA[<p>感谢关注。不过，还望多提问题和建议。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：bolo</title>
		<link>http://css9.net/text-escape-unescape-in-javascript/comment-page-1/#comment-650</link>
		<dc:creator>bolo</dc:creator>
		<pubDate>Fri, 03 Jul 2009 04:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://css9.net/?p=955#comment-650</guid>
		<description>貌似功能强大啊</description>
		<content:encoded><![CDATA[<p>貌似功能强大啊</p>
]]></content:encoded>
	</item>
</channel>
</rss>
