How to store Marathi(Indian lang) in MySQL database using JAVA -


i trying store marathi(indian language) in mysql database. getting data text box , trying store in database.

but, after executing code, data stored %^$^^^66 or other special characters not in marathi(indian language).

i had created database utf8_general_ci collation.

please me.

if have database charset utf8 , database collation utf8_general_ci there should not problem.

check data coming text box unicode or not.

to verify database can insert marathi words directly table.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -