I have ended up with a DB possibly with wrong encoding. For example there is a row that contains
profiles – Craftsman
Is there any way to convert this back to what ever it supposed to be?
I think the above character is meant to be an '
. I could be wrong.
I have tried converting the table to utf8mb4 by trying
ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
but no luck.
Any ideas?
Below are the mysql details
And running on php 5.3.29. Sorry upgrading php is not an option.
Htaccess also has a AddDefaultCharset utf-8