stack overflow forum member
I am having developing web application in JAVA. with JDK1.6 version, and Tomcat 6.0 version. and database in mysql 5.1.
I am having country combobox and based on the selection of it my state combobox is filled.
My country combobox is all correctly shown, but after selecting the country India my state combobox is filled but it shows me junk character as shown in image below.
I tried to make changes as per the below link specified Configuring Tomcat for utf-8
but it didn't work for me.
How can I achieve this?