<?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: How-To: URL Encode NSString in Objective-C</title>
	<atom:link href="http://blog.evandavey.com/2009/01/how-to-url-encode-nsstring-in-objective-c.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.evandavey.com/2009/01/how-to-url-encode-nsstring-in-objective-c.html</link>
	<description>Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:54:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Prashant</title>
		<link>http://blog.evandavey.com/2009/01/how-to-url-encode-nsstring-in-objective-c.html/comment-page-1#comment-1633</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Fri, 19 Feb 2010 05:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=362#comment-1633</guid>
		<description>NSString * encodedString = (NSString *)CFURLCreateStringByAddingPercentEscapes(NULL,(CFStringRef)yourtext,NULL,(CFStringRef)@&quot;!*&#039;();:@&amp;=+$,/?%#[]&quot;,kCFStringEncodingUTF8 );</description>
		<content:encoded><![CDATA[<p>NSString * encodedString = (NSString *)CFURLCreateStringByAddingPercentEscapes(NULL,(CFStringRef)yourtext,NULL,(CFStringRef)@&#8221;!*&#8217;();:@&amp;=+$,/?%#[]&#8220;,kCFStringEncodingUTF8 );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://blog.evandavey.com/2009/01/how-to-url-encode-nsstring-in-objective-c.html/comment-page-1#comment-1509</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Sun, 15 Nov 2009 19:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=362#comment-1509</guid>
		<description>This actually doesn&#039;t work.  I tried it on a string containing a plus sign (+), and it did not convert it to %2B.  Took me a while, but once I caught this, my application worked as expected.  I&#039;m looking for some other built in URL encoding, but in the mean time this table seems to be correct as to what needs to be replaced:

http://webdesign.about.com/od/forms/a/url_encoding.htm</description>
		<content:encoded><![CDATA[<p>This actually doesn&#8217;t work.  I tried it on a string containing a plus sign (+), and it did not convert it to %2B.  Took me a while, but once I caught this, my application worked as expected.  I&#8217;m looking for some other built in URL encoding, but in the mean time this table seems to be correct as to what needs to be replaced:</p>
<p><a href="http://webdesign.about.com/od/forms/a/url_encoding.htm" rel="nofollow">http://webdesign.about.com/od/forms/a/url_encoding.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DASKAjA</title>
		<link>http://blog.evandavey.com/2009/01/how-to-url-encode-nsstring-in-objective-c.html/comment-page-1#comment-1283</link>
		<dc:creator>DASKAjA</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=362#comment-1283</guid>
		<description>If you&#039;re a developer which lives outside the US, you have to deal most of the time with foreign characters etc. NSUTF8StringEncoding does the trick.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re a developer which lives outside the US, you have to deal most of the time with foreign characters etc. NSUTF8StringEncoding does the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.evandavey.com/2009/01/how-to-url-encode-nsstring-in-objective-c.html/comment-page-1#comment-1211</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=362#comment-1211</guid>
		<description>nice easy fix, thanks</description>
		<content:encoded><![CDATA[<p>nice easy fix, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhoneKicks.com</title>
		<link>http://blog.evandavey.com/2009/01/how-to-url-encode-nsstring-in-objective-c.html/comment-page-1#comment-757</link>
		<dc:creator>iPhoneKicks.com</dc:creator>
		<pubDate>Tue, 10 Feb 2009 10:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=362#comment-757</guid>
		<description>&lt;strong&gt;How-To: URL Encode NSString in Objective-C...&lt;/strong&gt;

You&#039;ve been kicked (a good thing) - Trackback from iPhoneKicks.com - iPhone SDK links, community driven...</description>
		<content:encoded><![CDATA[<p><strong>How-To: URL Encode NSString in Objective-C&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from iPhoneKicks.com &#8211; iPhone SDK links, community driven&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
