<?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>评论：字符的unicode码信息查询</title>
	<atom:link href="http://www.cssass.com/blog/index.php/convert_characters_to_unicode/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cssass.com/blog</link>
	<description>三人行必有我师焉，择其善者而从之，其不善者而改之</description>
	<lastBuildDate>Wed, 25 Jan 2012 04:26:31 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：JS实现字符unicode编码信息查询 &#124; CSSASS</title>
		<link>http://www.cssass.com/blog/index.php/convert_characters_to_unicode/comment-page-1#comment-41</link>
		<dc:creator>JS实现字符unicode编码信息查询 &#124; CSSASS</dc:creator>
		<pubDate>Sat, 02 May 2009 15:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssass.com/blog/?page_id=307#comment-41</guid>
		<description>[...] 下面推荐一下自己用js写的转码工具：convert_characters_to_unicode 可以解开任意字符的unicode码，并生成字符实体码，并可以到unicode官网查询该字符的信息。 js中escape这个函数能直接将字符串转成unicode码，不过有部分属于ASCll编码的字符不会解开。 而charCodeAt函数则能解开任何字符的unicode码。 我的js中两种方法都用了。 JS中解码的函数还有encodeURI——这个解开的unicode码我们会经常看见，地址栏里的字符串即出自于此。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 下面推荐一下自己用js写的转码工具：convert_characters_to_unicode 可以解开任意字符的unicode码，并生成字符实体码，并可以到unicode官网查询该字符的信息。 js中escape这个函数能直接将字符串转成unicode码，不过有部分属于ASCll编码的字符不会解开。 而charCodeAt函数则能解开任何字符的unicode码。 我的js中两种方法都用了。 JS中解码的函数还有encodeURI——这个解开的unicode码我们会经常看见，地址栏里的字符串即出自于此。 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

