<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: weird character</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: weird character</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 08:21:55 +0000</pubDate>

<item>
<title>rickandersonaia on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-1061028</link>
<pubDate>Thu, 30 Apr 2009 15:55:56 +0000</pubDate>
<dc:creator>rickandersonaia</dc:creator>
<guid isPermaLink="false">1061028@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Here's how I fixed the problem.&#60;br /&#62;
1.  Make sure the database has everything at utf-8&#60;br /&#62;
2. Make sure WP settings has utf-8&#60;br /&#62;
3.  Edit the PHP.ini file on my server to add &#60;strong&#62;default_charset = &#34;utf-8&#34;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;That fixed it - I relied on this article &#60;a href=&#34;http://htmlpurifier.org/docs/enduser-utf8.html#findcharset&#34;&#62;UTF-8: The Secret of Character Encoding&#60;/a&#62; to help me understand the issue.
&#60;/p&#62;</description>
</item>
<item>
<title>Asta on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-994233</link>
<pubDate>Sun, 22 Feb 2009 04:34:18 +0000</pubDate>
<dc:creator>Asta</dc:creator>
<guid isPermaLink="false">994233@http://wordpress.org/support/</guid>
<description>&#60;p&#62;There is a plugin that solves this without monkeying with the config file:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/utf-8-database-converter/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/utf-8-database-converter/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>groovyKimo on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-992155</link>
<pubDate>Fri, 20 Feb 2009 03:43:12 +0000</pubDate>
<dc:creator>groovyKimo</dc:creator>
<guid isPermaLink="false">992155@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi all&#60;/p&#62;
&#60;p&#62;For me this did the trick after updating to 2.7: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;DB_CHARSET&#38;#39;, &#38;#39;utf8&#38;#39;);
define(&#38;#39;DB_COLLATE&#38;#39;, &#38;#39;utf8_unicode_ci&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;As I understand it, db_collate should be the same setting as in your database, where you can set the db_collate for the whole database, while every table got a charset-setting too. In my database, everything is utf8_unicode_ci. &#60;/p&#62;
&#60;p&#62;Hope this helps someone... :)
&#60;/p&#62;</description>
</item>
<item>
<title>redpillnews.org on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-983732</link>
<pubDate>Thu, 12 Feb 2009 12:38:06 +0000</pubDate>
<dc:creator>redpillnews.org</dc:creator>
<guid isPermaLink="false">983732@http://wordpress.org/support/</guid>
<description>&#60;p&#62;brandonsnhl,&#60;/p&#62;
&#60;p&#62;I had the exact same problem as you.  I was migrating from an older mysql 4.1.x database to 5.x.x.  After the import a bunch of weird characters were showing, especially the funny A&#60;/p&#62;
&#60;p&#62;I went in and edited my wp-config file, added the text you showed us and it fixed my problem too.  Hope that helps someone else upgrading from older mysql database.&#60;/p&#62;
&#60;p&#62;Cheers'
&#60;/p&#62;</description>
</item>
<item>
<title>fbruno69 on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-970029</link>
<pubDate>Thu, 29 Jan 2009 16:19:13 +0000</pubDate>
<dc:creator>fbruno69</dc:creator>
<guid isPermaLink="false">970029@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I had the same problem - which happens with every update.&#60;/p&#62;
&#60;p&#62;I new it was simply a line in one of the config files I had to comment/uncomment,&#60;br /&#62;
And found the answer again in this thread:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/163109?replies=11&#34;&#62;http://wordpress.org/support/topic/163109?replies=11&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>pfeldman on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-940220</link>
<pubDate>Tue, 30 Dec 2008 14:00:29 +0000</pubDate>
<dc:creator>pfeldman</dc:creator>
<guid isPermaLink="false">940220@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Brandon,&#60;/p&#62;
&#60;p&#62;Thank you so very much for your helpful post. It gave me insight to fix my issue: &#60;/p&#62;
&#60;p&#62;Feedburner was parsing corrupted characters of my feeds. The fix, based on your solution, was go to PHPMyAdmin and alter the database for wp-posts, which in my case was latin1_swedish_ci, to utf8_unicode_ci.&#60;/p&#62;
&#60;p&#62;Once again, thanks for your very helpful post!
&#60;/p&#62;</description>
</item>
<item>
<title>dirtnyureye on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-933477</link>
<pubDate>Mon, 22 Dec 2008 05:33:44 +0000</pubDate>
<dc:creator>dirtnyureye</dc:creator>
<guid isPermaLink="false">933477@http://wordpress.org/support/</guid>
<description>&#60;p&#62;jenn - brandon's fix worked in some instances for me but in other instances, turned things into black diamonds like shields mentions above.
&#60;/p&#62;</description>
</item>
<item>
<title>jennsoer on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-933461</link>
<pubDate>Mon, 22 Dec 2008 04:55:18 +0000</pubDate>
<dc:creator>jennsoer</dc:creator>
<guid isPermaLink="false">933461@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nevermind!!!&#60;/p&#62;
&#60;p&#62;Brandon's fix actually DID work for me.&#60;/p&#62;
&#60;p&#62;Thank you  :D
&#60;/p&#62;</description>
</item>
<item>
<title>jennsoer on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-933455</link>
<pubDate>Mon, 22 Dec 2008 04:46:16 +0000</pubDate>
<dc:creator>jennsoer</dc:creator>
<guid isPermaLink="false">933455@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am having the same problems with any page document in which the content originally came from a microsoft word document!&#60;/p&#62;
&#60;p&#62;Click any link on this page to see the symbols coming up:&#60;br /&#62;
&#60;a href=&#34;http://little-hypotenuse.com/papers&#34; rel=&#34;nofollow&#34;&#62;http://little-hypotenuse.com/papers&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Early today, everything was fine.&#60;br /&#62;
Then I upgraded to 2.7.&#60;/p&#62;
&#60;p&#62;What to do???
&#60;/p&#62;</description>
</item>
<item>
<title>dirtnyureye on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-933446</link>
<pubDate>Mon, 22 Dec 2008 04:29:49 +0000</pubDate>
<dc:creator>dirtnyureye</dc:creator>
<guid isPermaLink="false">933446@http://wordpress.org/support/</guid>
<description>&#60;p&#62;After upgrading from 2.6.7 to 2.7.0, I'm having the same problem with the weird characters showing up.  Anyone else have suggestions?&#60;/p&#62;
&#60;p&#62;My settings in the database are all UTF-8, wp-config.php is correct, the meta tag in the header also has the correct charset.  &#60;/p&#62;
&#60;p&#62;I did NOT set the define('DB_COLLATE', 'utf8_general_ci'); in the wp-config.php because I don't think that's the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>shields on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-932432</link>
<pubDate>Sun, 21 Dec 2008 03:02:00 +0000</pubDate>
<dc:creator>shields</dc:creator>
<guid isPermaLink="false">932432@http://wordpress.org/support/</guid>
<description>&#60;p&#62;dbmartin --  Thanks -- my encoding is set to UTF-8.  My header is fine to.&#60;/p&#62;
&#60;p&#62;Thanks for trying.  I have about 300 posts and am not savy enough to massage the data in bulk.
&#60;/p&#62;</description>
</item>
<item>
<title>meesha on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-932392</link>
<pubDate>Sun, 21 Dec 2008 01:54:50 +0000</pubDate>
<dc:creator>meesha</dc:creator>
<guid isPermaLink="false">932392@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Everything is set to utf8. I'm not getting these weird charactures in new posts, just the old ones. &#60;/p&#62;
&#60;p&#62;Part of the problem may be that I moved this site from a shared server to a dedicated one (had to create a new MySQL database) and exported all my tables (each one seperatly) and imported them to the new database. I had to have my hosting company import the posts table for me as they have a 2 MB limit on self-importing of tables and this one was 7 MB+. That table shouldn't be that large except for the new auto-save feature has caused so many revisions that the table size is about 10 times larger than it should be. I've installed a plugin that turns off the auto-save but I'm concerned that if I do the same for the revisions and try to clean out all the extra records that I'll screw the table up. My host takes about 24 hours to do the import so don't want to be a day behind in comments, etc.
&#60;/p&#62;</description>
</item>
<item>
<title>figaro on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-932369</link>
<pubDate>Sun, 21 Dec 2008 01:14:11 +0000</pubDate>
<dc:creator>figaro</dc:creator>
<guid isPermaLink="false">932369@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It's all related to unicode encoding. I've run into this on several different sites and haven't found any magic fix...use google and you'll find lots of discussions about this on virtually all php/mysql apps.&#60;/p&#62;
&#60;p&#62;I would recommend ensuring your database, all the tables in the database, your config.php file, and the encoding in your dashboard are all set to utf8 encoding. Then make sure the strange characters are not showing up in your new posts. If you still have them in your old posts, then you could dump your database, do a find/replace to clean them out and then import it back.
&#60;/p&#62;</description>
</item>
<item>
<title>meesha on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-932363</link>
<pubDate>Sun, 21 Dec 2008 01:04:12 +0000</pubDate>
<dc:creator>meesha</dc:creator>
<guid isPermaLink="false">932363@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm having a similar problem. I upgraded 8 blogs from 2.6.5 to 2.7 and all went fine except the one with the most posts (400+). At first I had the same problem with &#34;Â&#34; in the text, but after changing my wp-config.php from &#34;define('DB_COLLATE', '');&#34; to &#34;define('DB_COLLATE', 'utf8_general_ci');&#34; this removed most of them. Now the only problems remaining are with ' showing up as &#34;â€™&#34;, (like in &#34;Iâ€™ll&#34;), and left&#34; showing up as &#34;â€œ&#34;  with right&#34; showing up as &#34;â€&#34;, (like in &#34;â€œMy Favoritesâ€&#34;).&#60;/p&#62;
&#60;p&#62;Any ideas on these types of errors?
&#60;/p&#62;</description>
</item>
<item>
<title>dbmartin on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-932271</link>
<pubDate>Sat, 20 Dec 2008 22:41:47 +0000</pubDate>
<dc:creator>dbmartin</dc:creator>
<guid isPermaLink="false">932271@http://wordpress.org/support/</guid>
<description>&#60;p&#62;That's an encoding error.  &#60;/p&#62;
&#60;p&#62;Check your encoding settings in your Dashboard ( &#60;code&#62;Settings &#38;gt; Reading &#38;gt; Encoding&#60;/code&#62; ) and check the encoding set in your header:&#60;br /&#62;
&#60;code&#62;&#38;lt;meta http-equiv=&#38;quot;Content-Type&#38;quot; content=&#38;quot;text/html; charset=utf-8&#38;quot; /&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>shields on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-931927</link>
<pubDate>Sat, 20 Dec 2008 16:03:55 +0000</pubDate>
<dc:creator>shields</dc:creator>
<guid isPermaLink="false">931927@http://wordpress.org/support/</guid>
<description>&#60;p&#62;OK -- mine does this since upgrading to 2.7.  It's not hacked.  However, like brandonsnhl, my Collation is latin1)swedish_ci.  But his fix doesn't fix it.  Instead, implementing his fix changes the weird character to a black diamond with a white questionmark in it ( � ) in FireFox and into a square in IE7. &#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>dbmartin on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-930528</link>
<pubDate>Fri, 19 Dec 2008 03:42:39 +0000</pubDate>
<dc:creator>dbmartin</dc:creator>
<guid isPermaLink="false">930528@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Here's a link with some info:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.dailyblogtips.com/make-sure-your-wordpress-is-not-hacked/&#34;&#62;http://www.dailyblogtips.com/make-sure-your-wordpress-is-not-hacked/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>brandonsnhl on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-930492</link>
<pubDate>Fri, 19 Dec 2008 03:05:13 +0000</pubDate>
<dc:creator>brandonsnhl</dc:creator>
<guid isPermaLink="false">930492@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well, I figured it out... just in case anyone else needs to know all I did was go to my phpMyAdmin and check the database for the Collation.  In my database it happens to be latin1_swedish_ci   I have no idea why but that's what it said...  So I opened wp_config.php and added the Collation code to it as follows:&#60;/p&#62;
&#60;p&#62;The following line was left blank by default:&#60;br /&#62;
define('DB_COLLATE', '');&#60;/p&#62;
&#60;p&#62;I simply changed it to:&#60;br /&#62;
define('DB_COLLATE', 'latin1_swedish_ci');&#60;/p&#62;
&#60;p&#62;and uploaded it and it fixed the problem.&#60;/p&#62;
&#60;p&#62;I hope that helps others.
&#60;/p&#62;</description>
</item>
<item>
<title>dbmartin on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-930347</link>
<pubDate>Fri, 19 Dec 2008 00:20:54 +0000</pubDate>
<dc:creator>dbmartin</dc:creator>
<guid isPermaLink="false">930347@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi, the blog got hacked.  Go to the site and check the source code. Right after the &#60;code&#62;body&#60;/code&#62; tag, you should see alot of lines that look like:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;code&#62;&#38;lt;u style=&#38;#39;display:none&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;http://www.olathekids.org/awstats/post.php?p=7-20927&#38;quot;&#38;gt;Free Mobil Ringtone Virgin&#38;lt;/a&#38;gt; &#38;lt;a href=&#38;quot;http://www.olathekids.org/awstats/post.php?p=7-3269&#38;quot;&#38;gt;Alexisonfire Ringtone&#38;lt;/a&#38;gt; &#38;lt;a href=&#38;quot;http://www.olathekids.org/awstats/post.php?p=7-14337&#38;quot;&#38;gt;Motorola Hi Fi Ringtone&#38;lt;/a&#38;gt; &#38;lt;a href=&#38;quot;http://www.olathekids.org/awstats/post.php?p=7-16587&#38;quot;&#38;gt;The Game This Is How We Do Ringtone&#38;lt;/a&#38;gt;&#60;/code&#62;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I checked your source and it's riddled with this.
&#60;/p&#62;</description>
</item>
<item>
<title>brandonsnhl on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-930339</link>
<pubDate>Fri, 19 Dec 2008 00:12:12 +0000</pubDate>
<dc:creator>brandonsnhl</dc:creator>
<guid isPermaLink="false">930339@http://wordpress.org/support/</guid>
<description>&#60;p&#62;sorry wrong link- the blog is &#60;a href=&#34;http://www.atheismsfallacies.com/blog&#34; rel=&#34;nofollow&#34;&#62;www.atheismsfallacies.com/blog&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>brandonsnhl on "weird characters with 2.7 update"</title>
<link>http://wordpress.org/support/topic/226955#post-930338</link>
<pubDate>Fri, 19 Dec 2008 00:11:39 +0000</pubDate>
<dc:creator>brandonsnhl</dc:creator>
<guid isPermaLink="false">930338@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I just updated a clients blog with the most recent update and now everywhere there is special text like quotes or italics there now appears a Â before and after the text.  go to &#60;a href=&#34;http://www.atheismsfallacies.com/blog&#34; rel=&#34;nofollow&#34;&#62;www.atheismsfallacies.com/blog&#60;/a&#62; to see what I mean.  &#60;/p&#62;
&#60;p&#62;Is there an easy way to fix this or do I have to edit each post individually?  Please tell me there is an easy way to fix this.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
