Struts application.properties file is not supporting accented characters
问题 In struts application.properties we have key and value pairs. We use this file to display static text on html/jsp pages in browser. But when I entered German characters from : http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_script_charset entered this text : αβγδεζηθ (Greek Symbols) at some button in html page, it shows some different characters: Note : i have used file encoding as UTF-8 in this case, and then compile the code. What should i do to support these characters also.