<?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: Stop Junk Characters &#8216;â€TM&#8217; from Appearing Instead of an Apostrophe</title>
	<atom:link href="http://luisrocks.com/blog/2010/01/06/stop-junk-characters-aetm-from-appearing-instead-of-an-apostrophe/feed/" rel="self" type="application/rss+xml" />
	<link>http://luisrocks.com/blog/2010/01/06/stop-junk-characters-aetm-from-appearing-instead-of-an-apostrophe/</link>
	<description>Implementing Sound Ideas --Measuring Results</description>
	<lastBuildDate>Sun, 04 Jul 2010 01:00:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mirabella</title>
		<link>http://luisrocks.com/blog/2010/01/06/stop-junk-characters-aetm-from-appearing-instead-of-an-apostrophe/comment-page-1/#comment-9612</link>
		<dc:creator>Mirabella</dc:creator>
		<pubDate>Mon, 28 Jun 2010 15:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://luisrocks.com/blog/?p=554#comment-9612</guid>
		<description>&lt;i&gt;Thanks for this post. I only wish that I&#8217;d stumbled on to it when I faced this problem a few months ago. Not finding any ready-made solution at the time, I began the long and tedious process of making this correction manually. Since I still had a few posts uncorrected, I tried out your solution today. It works &#8211; but, I&#8217;d to use /* to begin the comment and */ to end it, instead of the # character you&#8217;ve suggested. &lt;/i&gt;
+1</description>
		<content:encoded><![CDATA[<p><i>Thanks for this post. I only wish that I&#8217;d stumbled on to it when I faced this problem a few months ago. Not finding any ready-made solution at the time, I began the long and tedious process of making this correction manually. Since I still had a few posts uncorrected, I tried out your solution today. It works &#8211; but, I&#8217;d to use /* to begin the comment and */ to end it, instead of the # character you&#8217;ve suggested. </i><br />
+1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hubbers</title>
		<link>http://luisrocks.com/blog/2010/01/06/stop-junk-characters-aetm-from-appearing-instead-of-an-apostrophe/comment-page-1/#comment-9607</link>
		<dc:creator>hubbers</dc:creator>
		<pubDate>Sun, 27 Jun 2010 20:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://luisrocks.com/blog/?p=554#comment-9607</guid>
		<description>you need to run a query like this one on your database

UPDATE wp_posts SET post_content =  replace( post_content, &#039;â€™&#039;, &quot;&#039;&quot; ) 

be warned that if you have one badly encoded character then you will have loads for &quot; £ &#039; - _ etc and they will all have to be fixed very carefully.</description>
		<content:encoded><![CDATA[<p>you need to run a query like this one on your database</p>
<p>UPDATE wp_posts SET post_content =  replace( post_content, &#8216;â€™&#8217;, &#8220;&#8216;&#8221; ) </p>
<p>be warned that if you have one badly encoded character then you will have loads for &#8221; £ &#8216; &#8211; _ etc and they will all have to be fixed very carefully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stop Junk Characters ‘â€TM’ from Appearing Instead of an ApostropheCore of the Apple &#124; Core of the Apple</title>
		<link>http://luisrocks.com/blog/2010/01/06/stop-junk-characters-aetm-from-appearing-instead-of-an-apostrophe/comment-page-1/#comment-9551</link>
		<dc:creator>Stop Junk Characters ‘â€TM’ from Appearing Instead of an ApostropheCore of the Apple &#124; Core of the Apple</dc:creator>
		<pubDate>Fri, 18 Jun 2010 03:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://luisrocks.com/blog/?p=554#comment-9551</guid>
		<description>[...] via Stop Junk Characters ‘â€TM’ from Appearing Instead of an Apostrophe &#124; Luis Rocks. [...]</description>
		<content:encoded><![CDATA[<p>[...] via Stop Junk Characters ‘â€TM’ from Appearing Instead of an Apostrophe | Luis Rocks. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://luisrocks.com/blog/2010/01/06/stop-junk-characters-aetm-from-appearing-instead-of-an-apostrophe/comment-page-1/#comment-8968</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Wed, 07 Apr 2010 18:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://luisrocks.com/blog/?p=554#comment-8968</guid>
		<description>Jump in means get into (what else?) - Commenting out is as simple as adding # sign before the lines (as I displayed it,) or you can wrap it in  /* these two awesome things */ to comment them out.</description>
		<content:encoded><![CDATA[<p>Jump in means get into (what else?) &#8211; Commenting out is as simple as adding # sign before the lines (as I displayed it,) or you can wrap it in  /* these two awesome things */ to comment them out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Spencer</title>
		<link>http://luisrocks.com/blog/2010/01/06/stop-junk-characters-aetm-from-appearing-instead-of-an-apostrophe/comment-page-1/#comment-8966</link>
		<dc:creator>Ross Spencer</dc:creator>
		<pubDate>Wed, 07 Apr 2010 16:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://luisrocks.com/blog/?p=554#comment-8966</guid>
		<description>What the hell does &quot;jump&quot; in mean and  wp-config and &quot;comment out&quot; mean.  Thanks for confusing me even more.

And Tadd, how doid you (I suppose inadvertently) move your data base?</description>
		<content:encoded><![CDATA[<p>What the hell does &#8220;jump&#8221; in mean and  wp-config and &#8220;comment out&#8221; mean.  Thanks for confusing me even more.</p>
<p>And Tadd, how doid you (I suppose inadvertently) move your data base?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ketharaman Swaminathan</title>
		<link>http://luisrocks.com/blog/2010/01/06/stop-junk-characters-aetm-from-appearing-instead-of-an-apostrophe/comment-page-1/#comment-8951</link>
		<dc:creator>Ketharaman Swaminathan</dc:creator>
		<pubDate>Mon, 05 Apr 2010 09:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://luisrocks.com/blog/?p=554#comment-8951</guid>
		<description>Thanks for this post. I only wish that I&#039;d stumbled on to it when I faced this problem a few months ago. Not finding any ready-made solution at the time, I began the long and tedious process of making this correction manually. Since I still had a few posts uncorrected, I tried out your solution today. It works - but, I&#039;d to use /* to begin the comment and */ to end it, instead of the # character you&#039;ve suggested. 

However, the catch is, after incorporating your suggested changes, posts that I&#039;d manually corrected in the meanwhile started displaying a square-like junk character. Had I not bothered with the manual correction, I&#039;m sure your solution would&#039;ve worked like a dream! 

For the uninitiated - in whose ranks I myself belonged until I cracked it today - the wp-config.php file you&#039;ve referred to can be found on the root of your blog, which in my case was www.sketharaman.com/blog.</description>
		<content:encoded><![CDATA[<p>Thanks for this post. I only wish that I&#8217;d stumbled on to it when I faced this problem a few months ago. Not finding any ready-made solution at the time, I began the long and tedious process of making this correction manually. Since I still had a few posts uncorrected, I tried out your solution today. It works &#8211; but, I&#8217;d to use /* to begin the comment and */ to end it, instead of the # character you&#8217;ve suggested. </p>
<p>However, the catch is, after incorporating your suggested changes, posts that I&#8217;d manually corrected in the meanwhile started displaying a square-like junk character. Had I not bothered with the manual correction, I&#8217;m sure your solution would&#8217;ve worked like a dream! </p>
<p>For the uninitiated &#8211; in whose ranks I myself belonged until I cracked it today &#8211; the wp-config.php file you&#8217;ve referred to can be found on the root of your blog, which in my case was <a href="http://www.sketharaman.com/blog" rel="nofollow">http://www.sketharaman.com/blog</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tadd Mencer</title>
		<link>http://luisrocks.com/blog/2010/01/06/stop-junk-characters-aetm-from-appearing-instead-of-an-apostrophe/comment-page-1/#comment-8844</link>
		<dc:creator>Tadd Mencer</dc:creator>
		<pubDate>Sat, 20 Mar 2010 17:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://luisrocks.com/blog/?p=554#comment-8844</guid>
		<description>Ya know, I just moved my database and had this same problem. Was extremely frustrating. Thanks for this - did exactly what was needed!</description>
		<content:encoded><![CDATA[<p>Ya know, I just moved my database and had this same problem. Was extremely frustrating. Thanks for this &#8211; did exactly what was needed!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
