<?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: Getting Rid of Non Breaking Spaces (&amp;nbsp)</title>
	<atom:link href="http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp/feed" rel="self" type="application/rss+xml" />
	<link>http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp</link>
	<description>Web development, Symfony, Wordpress and general geekery</description>
	<lastBuildDate>Mon, 23 Jan 2012 20:31:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Shailesh</title>
		<link>http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp/comment-page-1#comment-1568</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Fri, 08 Apr 2011 13:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://erisds.co.uk/?p=1322#comment-1568</guid>
		<description>Thank you for this very well written article.  It helped me find the solution immediately.  BTW, if you just remove \x0A in UTF-8 content, and leave behind the prefix of \xC2, then when you try to insert this data into MySQL using a PHP script, the data will be truncated silently in the table.  This happens when the table/database/connection is set up to receive UTF-8 data.</description>
		<content:encoded><![CDATA[<p>Thank you for this very well written article.  It helped me find the solution immediately.  BTW, if you just remove \x0A in UTF-8 content, and leave behind the prefix of \xC2, then when you try to insert this data into MySQL using a PHP script, the data will be truncated silently in the table.  This happens when the table/database/connection is set up to receive UTF-8 data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ErisDS</title>
		<link>http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp/comment-page-1#comment-825</link>
		<dc:creator>ErisDS</dc:creator>
		<pubDate>Thu, 26 Aug 2010 12:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://erisds.co.uk/?p=1322#comment-825</guid>
		<description>Those are hex codes, so the tool in my post will convert these (if you remove the %).
Different languages have different functions for converting these as well if that is what you are asking?</description>
		<content:encoded><![CDATA[<p>Those are hex codes, so the tool in my post will convert these (if you remove the %).<br />
Different languages have different functions for converting these as well if that is what you are asking?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp/comment-page-1#comment-773</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sat, 31 Jul 2010 10:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://erisds.co.uk/?p=1322#comment-773</guid>
		<description>Hi,

Sometimes I see codes like %2F in the url. The / and : are changed.

Do you know if there is any tool that can convert 
%2F to / 
%3A to :

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sometimes I see codes like %2F in the url. The / and : are changed.</p>
<p>Do you know if there is any tool that can convert<br />
%2F to /<br />
%3A to :</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ErisDS</title>
		<link>http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp/comment-page-1#comment-766</link>
		<dc:creator>ErisDS</dc:creator>
		<pubDate>Tue, 27 Jul 2010 20:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://erisds.co.uk/?p=1322#comment-766</guid>
		<description>Awesome! Great to be able to help and always lovely to hear some feedback :D</description>
		<content:encoded><![CDATA[<p>Awesome! Great to be able to help and always lovely to hear some feedback :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp/comment-page-1#comment-765</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 27 Jul 2010 20:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://erisds.co.uk/?p=1322#comment-765</guid>
		<description>Thanks for this info.  This helped me get rid of annoying non-breaking spaces in WordPress output.</description>
		<content:encoded><![CDATA[<p>Thanks for this info.  This helped me get rid of annoying non-breaking spaces in WordPress output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ErisDS</title>
		<link>http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp/comment-page-1#comment-733</link>
		<dc:creator>ErisDS</dc:creator>
		<pubDate>Mon, 19 Jul 2010 19:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://erisds.co.uk/?p=1322#comment-733</guid>
		<description>@Rob I don&#039;t think I&#039;m exactly the authority to be giving tutorials on preg_replace. But I&#039;ve added an example above of how to use it to clean out encoded non breaking spaces!</description>
		<content:encoded><![CDATA[<p>@Rob I don&#8217;t think I&#8217;m exactly the authority to be giving tutorials on preg_replace. But I&#8217;ve added an example above of how to use it to clean out encoded non breaking spaces!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Mason</title>
		<link>http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp/comment-page-1#comment-727</link>
		<dc:creator>Rob Mason</dc:creator>
		<pubDate>Thu, 15 Jul 2010 10:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://erisds.co.uk/?p=1322#comment-727</guid>
		<description>An article on preg_replace would be a useful one .

R ;)</description>
		<content:encoded><![CDATA[<p>An article on preg_replace would be a useful one .</p>
<p>R ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanton</title>
		<link>http://erisds.co.uk/code/getting-rid-of-non-breaking-spaces-nbsp/comment-page-1#comment-723</link>
		<dc:creator>Stanton</dc:creator>
		<pubDate>Wed, 14 Jul 2010 08:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://erisds.co.uk/?p=1322#comment-723</guid>
		<description>Thanks for taking the time to write this up, I tend to come across this problem every now and then and will be bookmarking it for future reference :)</description>
		<content:encoded><![CDATA[<p>Thanks for taking the time to write this up, I tend to come across this problem every now and then and will be bookmarking it for future reference :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

