<?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 for Angus Thinks...</title>
	<atom:link href="http://www.malcolmhardie.com/weblogs/angus/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.malcolmhardie.com/weblogs/angus</link>
	<description>SQLEditor for Mac OS X, Life and general thoughts</description>
	<lastBuildDate>Mon, 15 Feb 2010 12:49:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Java FileWriter, XML and UTF-8 by Menio</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2004/10/23/java-filewriter-xml-and-utf-8/comment-page-1/#comment-21348</link>
		<dc:creator>Menio</dc:creator>
		<pubDate>Mon, 15 Feb 2010 12:49:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=79#comment-21348</guid>
		<description>...and from the Netherlands too!</description>
		<content:encoded><![CDATA[<p>&#8230;and from the Netherlands too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend framework Quickstart and SQLite by David Vogt</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/11/19/zend-framework-quickstart-and-sqlite/comment-page-1/#comment-21346</link>
		<dc:creator>David Vogt</dc:creator>
		<pubDate>Thu, 11 Feb 2010 13:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=315#comment-21346</guid>
		<description>Thanks a lot!

BTW: It&#039;s not apache&#039;s fault. I have a setup running under cherokee and had the exact same problem - with the same solution. So this really is a sqlite issue.</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
<p>BTW: It&#8217;s not apache&#8217;s fault. I have a setup running under cherokee and had the exact same problem &#8211; with the same solution. So this really is a sqlite issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FileWriter, XML and UTF-8 by Iulian</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2004/10/23/java-filewriter-xml-and-utf-8/comment-page-1/#comment-21341</link>
		<dc:creator>Iulian</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:15:05 +0000</pubDate>
		<guid isPermaLink="false">/?p=79#comment-21341</guid>
		<description>A big thank you from Romania !</description>
		<content:encoded><![CDATA[<p>A big thank you from Romania !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend framework Quickstart and SQLite by Esteban</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/11/19/zend-framework-quickstart-and-sqlite/comment-page-1/#comment-21335</link>
		<dc:creator>Esteban</dc:creator>
		<pubDate>Tue, 12 Jan 2010 16:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=315#comment-21335</guid>
		<description>Thanks for the tip.  You solved the last of many problems that I had getting this tutorial site up and running.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.  You solved the last of many problems that I had getting this tutorial site up and running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FileWriter, XML and UTF-8 by Angus Hardie</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2004/10/23/java-filewriter-xml-and-utf-8/comment-page-1/#comment-21329</link>
		<dc:creator>Angus Hardie</dc:creator>
		<pubDate>Tue, 15 Dec 2009 00:52:34 +0000</pubDate>
		<guid isPermaLink="false">/?p=79#comment-21329</guid>
		<description>A most illuminating explanation, thank you!</description>
		<content:encoded><![CDATA[<p>A most illuminating explanation, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FileWriter, XML and UTF-8 by agustin</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2004/10/23/java-filewriter-xml-and-utf-8/comment-page-1/#comment-21328</link>
		<dc:creator>agustin</dc:creator>
		<pubDate>Sat, 12 Dec 2009 17:29:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=79#comment-21328</guid>
		<description>Just fine...

tks

From Chile.</description>
		<content:encoded><![CDATA[<p>Just fine&#8230;</p>
<p>tks</p>
<p>From Chile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP, trim and the non breaking space by Bryan</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2005/08/03/php-trim-and-the-non-breaking-space/comment-page-1/#comment-21327</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=160#comment-21327</guid>
		<description>I just had a similar issue.  My page was encoded in UTF-8, in which case the encoding for a non-breaking space is 0xC2 0xA0, so I had to use this code to get rid of them (I also had to get rid of carriage return characters, hence the &quot;\n&quot;):

$string = trim( $string, &quot;\xC2\xA0\n&quot; );</description>
		<content:encoded><![CDATA[<p>I just had a similar issue.  My page was encoded in UTF-8, in which case the encoding for a non-breaking space is 0xC2 0xA0, so I had to use this code to get rid of them (I also had to get rid of carriage return characters, hence the &#8220;\n&#8221;):</p>
<p>$string = trim( $string, &#8220;\xC2\xA0\n&#8221; );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FileWriter, XML and UTF-8 by Paw Hermansen</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2004/10/23/java-filewriter-xml-and-utf-8/comment-page-1/#comment-21326</link>
		<dc:creator>Paw Hermansen</dc:creator>
		<pubDate>Tue, 24 Nov 2009 20:56:02 +0000</pubDate>
		<guid isPermaLink="false">/?p=79#comment-21326</guid>
		<description>You&#039;re still number one hit on google for &quot;java filewriter for utf-8&quot;. Your code is exactly what I need. Thank You.</description>
		<content:encoded><![CDATA[<p>You&#8217;re still number one hit on google for &#8220;java filewriter for utf-8&#8243;. Your code is exactly what I need. Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FileWriter, XML and UTF-8 by Marcelo</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2004/10/23/java-filewriter-xml-and-utf-8/comment-page-1/#comment-21325</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Mon, 23 Nov 2009 14:58:35 +0000</pubDate>
		<guid isPermaLink="false">/?p=79#comment-21325</guid>
		<description>Thanks !! Gracias !!!  its Nov-2009 and this code keeps helping people ! =)</description>
		<content:encoded><![CDATA[<p>Thanks !! Gracias !!!  its Nov-2009 and this code keeps helping people ! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java FileWriter, XML and UTF-8 by Sebastien</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2004/10/23/java-filewriter-xml-and-utf-8/comment-page-1/#comment-21323</link>
		<dc:creator>Sebastien</dc:creator>
		<pubDate>Thu, 29 Oct 2009 19:54:03 +0000</pubDate>
		<guid isPermaLink="false">/?p=79#comment-21323</guid>
		<description>Thanks a lot for posting this... even many months later, it still helps some people! :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for posting this&#8230; even many months later, it still helps some people! <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
