> So, am I doing anything wrong or there’s a problem with MySQL itself?
I'am not sure but I had a bug like that.
You use Explore when you insert data in db?
Exlorer use UTF-16 when send data. Mozilla use UTF-8.
try change Browser.

I have solved with this line in my jsp:
request.setCharacterEncoding("UTF-8");

I hope this help.

Regard Lorenzo Sicilia



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to