Possible Duplicate:
MySQL don't want to store unicode character
I writing a bbs php code, user reply something with some special unicode word, and I find my mysql code can not work.
var_dump
it, the sql look like:
I use a Mac mysql client Sequel Pro, run this code, it said that:
No errors;0 rows affected.
But when remove the word "kiss", it said that:
No errors;1 rows affected.
Do you know why? And how I solve it?
Please notice, this user input is already process by mysql_real_escape_string
.