Re: Why mysql_query("SET NAMES 'utf8'");
Posted by: Alexander Barkov
Date: May 07, 2005 08:09AM

Check when data disappears: during INSERT or SELECT.

The easiest way to do it is to run:

SELECT hex(col) FROM tab;

If you have a lot of 3F characters, then data most likely disappears during INSERT.

Options: ReplyQuote


Subject
Views
Written By
Posted
77917
April 14, 2005 08:17PM
Re: Why mysql_query("SET NAMES 'utf8'");
21302
May 07, 2005 08:09AM
12473
February 23, 2009 10:37AM


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.