Re: Encoding problem...
Posted by:
Rick James
Date: August 08, 2010 06:16PM
Good news, the data seems to be properly stored as utf8.
If you always do mysql_query("SET NAMES 'utf8'") (local, staging, etc), the display will also be 'correct'. Yes?
Probably explanation of your previous post: One of the settings (probably character_set_results) on the staging server was not utf8, so MySQL converted the utf8 data to whatever the setting said, causing the gibberish.
Subject
Written By
Posted
Re: Encoding problem...
August 08, 2010 06:16PM
September 01, 2010 12:53PM
September 01, 2010 10:50PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.