I m trying to insert urdu text in database but only "????" insert in it. But in local host its worked fine. Problem is facing on remote server when i deploy war on Cent-OS server. MySQL server 5.5.15 is running on the Cent-OS server.
i also set character-set to utf8.
I had searched a lot on many platform to find the sol. Change MySQL default character set to UTF-8 in my.cnf? Changing MySQL charset to UTF8 on linux so it will work with JDBC https://serverfault.com/questions/61016/install-mysql-client-and-mysql-server-with-default-charset-utf8-to-fedora-11
I am trying from last three days.
I need a best sol.