My question is about related to MySQL database.
Can any one help me to store a non English string from java application to MySQL database?
I tried in several ways. I changed the collisions of the database columns too. But when passed a non English string to the MySQL database, it shows a "???" mark in the table. Why is this happening?
When passed a English string, that is working fine. But when sending a non English string from the java application, that stores that non English string as a "?" mark on the database.
Can any one help me to resolve this issue?