Tagged: Special characters
I am having a major issue throughout my site having ‘special characters’ such as â,€,™, appearing throughout the site as shown on the screenshot below.
Please see notes in private section
The following old article: http://stackoverflow.com/questions/7861358/strange-characters-in-database-text-%c3%83-%c3%83-%c2%a2-%c3%a2-%e2%82%ac
seems to be related since I was unable to find any similar issues reported in this forum.
Please help!
The following article appears to have a resolution that I’ll try:
Thanks
Hi,
Thanks for sharing that, let us know how you get on with it :-)
Best regards,
Rikard
Unfortunately the person overseeing the server states that they looked at the database and All the tables are using utf8.
Any other suggestions??
Hi,
In your wp-config.php do you have:
define('DB_CHARSET', 'utf8');
or
define('DB_CHARSET', 'utf8mb4');
? try switching if that doesn’t work, try using this plugin https://wordpress.org/plugins/better-search-replace/ and try to search and replace the characters.
Best regards,
Nikko