I have used localisation for my application in Chinese and English. It is a Spring MVC application and I am getting the values from a properties file. I have encoded the JSP pages in UTF-8 and mentioned UTF-8 encoding in web.xml also.
If I hardcode a Chinese character in the JSP page, it is displayed correctly, but the characters coming from the properties file are garbled and displayed like ç§ç®åç§°.
When I am doing wrong ?