MySQL Encoding problem
My project is a web site written in Java (JSP/Servlet)
My Database is MySQL 5
Encoding of all pages are UTF-8
My problem is when I INSERT persian words (Arabic character) all of the persian characters will convert to '?' in the Table.
I test it even from a somple Java application and get the same result, But when I insert the same data from PHP everything is ok, I think something should change in the Java code not in the MySQL database.
What should I try?
Message was edited by:
Ehsun

