Hi,
The Latin characters ’,–, â€, “, ” getting displayed on the site suddenly. We have not changed any DB settings or server settings.
I followed most of the advice mentioned here:
http://expressionengine.com/wiki/Switching_EE_to_Use_UTF-8_Charset/
and hacked db.mysql.php, but it didn’t solve the problem.
The System Variable are the following:
character_set_client latin1
character_set_connection latin1
character_set_database latin1
character_set_filesystem binary
character_set_results latin1
character_set_server utf8
character_set_system utf8
character_sets_dir /usr/share/mysql/charsets/
collation_connection latin1_swedish_ci
collation_database latin1_swedish_ci
collation_server utf8_general_ci
$this->query("SET CHARACTER SET utf8");
$this->query("SET COLLATION_CONNECTION=utf8_general_ci");We need to fix this issue soon
Also temporary fix I replaced the latin characters with correct ones.
Pls suggest what else could fix the issue.
Thanks,