I exported and then imported a wordpress mysql database from one server to another.
On the new server, a lot of the apostrophes have turned to question mark symbols ?. When I look at the data in the database itself, the apostrophes are normal like this ‘ so what would be causing those characters to look messed up?
Thanks
Perhaps run
SHOW CREATE TABLE tablenameon both servers. The difference might be related to the CHARSET.