[URGENT] Problem with encoding :(

[link removed]

Look at all those weird characters in the body text. They’re everywhere.
I’ve just migrated the site from an OS X 10.5 Server running PHP 5 and MySQL 5 to a *nix server with PHP 5 (I think) and MySQL 4.

  • Site was made using CMS Made Simple (CMSMS)
  • Default encoding throughout the CMS system is UTF-8
  • Tables are encoded in latin1_swedish_ci (MySQL 5 default)
  • Tables were exported to a file from the OS X server using phpmyadmin
  • Tables were imported into new server using phpmyadmin

All the text displayed FINE on the previous server, but I get all these weird characters on the new server. I’ve tried changing the tables to a different encoding, but nothing happens.

What’s happening?? It’s driving me insane :frowning: :frowning: :frowning:

Have you tried changing one of the letters in the CMS? Just to see what happens, from what I can see it’s only doing it on:

’ , ",
and  

Also look in PHPMyAdmin and see if it’s saved in there as that or saved as it’s actual character.