<?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: Ruby URI Percent Encoding</title>
	<atom:link href="http://badpopcorn.com/blog/2007/03/30/ruby-uri-percent-encoding/feed/" rel="self" type="application/rss+xml" />
	<link>http://badpopcorn.com/blog/2007/03/30/ruby-uri-percent-encoding/</link>
	<description>Solutions for anything... except popcorn.</description>
	<lastBuildDate>Tue, 25 May 2010 09:36:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matma Rex</title>
		<link>http://badpopcorn.com/blog/2007/03/30/ruby-uri-percent-encoding/comment-page-1/#comment-38872</link>
		<dc:creator>Matma Rex</dc:creator>
		<pubDate>Thu, 06 May 2010 13:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/2007/03/30/ruby-uri-percent-encoding/#comment-38872</guid>
		<description>It is because URI.escape is supposed to operate on whole URIs (which can contain ampersands and slashes) and CGI.escape on query parts.</description>
		<content:encoded><![CDATA[<p>It is because URI.escape is supposed to operate on whole URIs (which can contain ampersands and slashes) and CGI.escape on query parts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: book</title>
		<link>http://badpopcorn.com/blog/2007/03/30/ruby-uri-percent-encoding/comment-page-1/#comment-38854</link>
		<dc:creator>book</dc:creator>
		<pubDate>Sat, 16 Jan 2010 19:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/2007/03/30/ruby-uri-percent-encoding/#comment-38854</guid>
		<description>nice post, thanks for sharing.
I usually donâ€™t post on Blogs but ya forced me to, great info.</description>
		<content:encoded><![CDATA[<p>nice post, thanks for sharing.<br />
I usually donâ€™t post on Blogs but ya forced me to, great info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://badpopcorn.com/blog/2007/03/30/ruby-uri-percent-encoding/comment-page-1/#comment-38847</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 18 Sep 2009 23:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/2007/03/30/ruby-uri-percent-encoding/#comment-38847</guid>
		<description>I ran into this same issue when we were constructing a querystring for use with a web service.  One of the data values had an &amp; the middle of it which didn&#039;t get encoded with the URI.encode or URI.escape.  CGI::escape() did the trick.</description>
		<content:encoded><![CDATA[<p>I ran into this same issue when we were constructing a querystring for use with a web service.  One of the data values had an &amp; the middle of it which didn&#8217;t get encoded with the URI.encode or URI.escape.  CGI::escape() did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Novess</title>
		<link>http://badpopcorn.com/blog/2007/03/30/ruby-uri-percent-encoding/comment-page-1/#comment-10100</link>
		<dc:creator>Phillip Novess</dc:creator>
		<pubDate>Fri, 04 May 2007 04:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://badpopcorn.com/2007/03/30/ruby-uri-percent-encoding/#comment-10100</guid>
		<description>Not only did URI not encode the ampersand but it neglected the /. I noticed this same issue with strings like &quot;3/4&quot; in a url.</description>
		<content:encoded><![CDATA[<p>Not only did URI not encode the ampersand but it neglected the /. I noticed this same issue with strings like &#8220;3/4&#8243; in a url.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
