Help, my site is suddenly populated with weird characters, like this:
ââ¬ÅDo what you love and do it often,â⬠ââ¬ÅIf you donââ¬â¢t like your job, quit,â⬠and ââ¬ÅTravel often; Getting lost will help you find yourself.ââ¬
What do I do to remove it?
You can try commenting out the encoding type in the wp-config. Sometimes that works.
It appears that the site is still using the Unicode character set from the page header, but the database may have been corrupted. Ask Linode for a backup restore and/or if they changed anything with their MySQL servers.
If you don’t run your own regular database backups, you should. Try WordPress ⺠WP-DB-Backup « WordPress Plugins.
You can also use phpmyadmin at Linode to check the collation of the database and repair it. Or use WordPress ⺠Portable phpMyAdmin « WordPress Plugins from inside the WP admin.
I found this post which gave me desired results… This can be remove simply by running a short SQL query on your WordPress database, using the command line client or PhpMyAdmin.
Here’s a solution copy/pasted from this link
Always keep a backup copy of your database before you make any changes.
In addition to the above, I was still having the problem in front of the “read more” links on summary pages. Below is what fixed it for me, so I’m posting it here in case anyone else has this exact same scenario.
I’m totally shocked. After hours of trying things and testing, I finally found the “Settings” then “Readings” option below: “Encoding for pages and feeds”. After changing from UTF-7 to UTF-8, everything looks good again.
And even stranger, after changing it to UTF-8, the option disappears from the page. According to WordPress site, this option was removed since release 3.5.