How to SAVE&EDIT "HINDI" words in JSP & MySql...
-
I am developing one web application which needs to supports multi lamguages like english,hinsi,punjab and gujarati. I am displaying the Labels from ApplicationResource.preoperties(english,hindi..etc) for all languages. But the problem is whenever i am trying to save&edit the values from DB, its displaying wrong charecters in jsp page.plz help me regarding the same.. Your help is highly appreciated.... Regards, Kumar kumar.cergenx@gmail.com
-
I am developing one web application which needs to supports multi lamguages like english,hinsi,punjab and gujarati. I am displaying the Labels from ApplicationResource.preoperties(english,hindi..etc) for all languages. But the problem is whenever i am trying to save&edit the values from DB, its displaying wrong charecters in jsp page.plz help me regarding the same.. Your help is highly appreciated.... Regards, Kumar kumar.cergenx@gmail.com
You need to specify a suitable character set for your database, i.e. one which supports the languages that you want to store data in, something like Unicode. See MySQL Character Set Reference[^].