This is generally caused by the host mysql server having the wrong charset running on the server you imported it into, check the following mysql variables
character_set_client: latin1
character_set_connection: latin1
character_set_database: latin1
character_set_filesystem: binary
character_set_results: latin1
character_set_server: latin1
character_set_system: utf8
|