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

StackOverflow https://stackoverflow.com/questions/23655623

  •  22-07-2023
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top