Search code examples
jsputf-8struts-1

static text read from application properties not displaying german charector for UTF8 support


I used application.properties file and added German characters for some key value pairs. But when i display this value in JSP, it display as unknown characters.

Can we change the application.properties file in Struts to support utf-8. because dynamic text is displayed well on the same page.


Solution

  • I got the solution. Thanks there is a mistake which i did and now it gets resolved.