By kakoolcom on
Quotation marks & apostrophes on my site are suddenly displaying as oddball chars [’ etc]. The raw data is fine but drupal is converting them. Does anyone have any idea why?
[I recently upgraded PHP & MysSQL but can't imagine that's the problem. I'm not using any translation or character processing modules. Very strange..]
Comments
MySQL upgrade
If you moved from MySQL 4.0 to 4.1+ then that would most likely be the issue. 4.1+ use Unicode while 4.0 doesn't. We recently had a looong thread on this. There is a link to the handbook in the thread as well that will jump your right to the resolutions:
http://drupal.org/node/187689