<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rushi&#039;s &#187; unescape</title>
	<atom:link href="http://www.rushis.com/tag/unescape/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rushis.com</link>
	<description>Home on the web</description>
	<lastBuildDate>Tue, 20 Dec 2011 20:14:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Encode,Decode URI in Javascript</title>
		<link>http://www.rushis.com/2010/04/encodedecode-in-javascript/</link>
		<comments>http://www.rushis.com/2010/04/encodedecode-in-javascript/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 01:08:36 +0000</pubDate>
		<dc:creator>Rushi</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[decodeURI]]></category>
		<category><![CDATA[decodeURIComponent]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[ECMA-262]]></category>
		<category><![CDATA[ECMAScript]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[encodeURI]]></category>
		<category><![CDATA[encodeURIComponent]]></category>
		<category><![CDATA[escape]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[standard]]></category>
		<category><![CDATA[unescape]]></category>

		<guid isPermaLink="false">http://www.rushis.com/?p=660</guid>
		<description><![CDATA[Try running this piece of javascript, it would throw a &#8220;URI malformed&#8221; exception. javascript:alert&#40;decodeURIComponent&#40;escape&#40;'http://rushis.com/®'&#41;&#41;&#41;; The ® character is transformed to %AE, which is not a valid input to decodeURIComponent function. This issue is clearly evident in the latest prototype js 1.6 framework. _getHeaderJSON: function&#40;&#41; &#123; var json = this.getHeader&#40;'X-JSON'&#41;; if &#40;!json&#41; return null; json = [...]]]></description>
		<wfw:commentRss>http://www.rushis.com/2010/04/encodedecode-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

