Re: Character encodings issues with php, mysql, apache
Posted by: Rick James
Date: March 30, 2009 07:46PM

Well, let's dig a little further to see where the problem originates. Do this for some short column that has some accented characters:
SELECT LENGTH(col), CHAR_LENGTH(col), HEX(col) FROM tbl;

Options: ReplyQuote




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.