.properties file that contains spring-messages encoding error -


in web application(built on spring tool suite) maintain 2 .properties files keep website messages in greek , english language. face following problem. in file containing greek messages, messages loose encoding , represented question marks, following sample .properties file depicts:

valid.telephone.number=? ??????? ??? ???????? ?????? ?????????? ?????? valid.email=?? ?????? ????????? ???????????? ???????????? valid.url=?? ?????? ????????? ???????????? ?????????? valid.afm=?? ?????o ??? 

the problem occurs @ random times, of times without adding new message file. messages on jsp's correctly presented though. haven't found solution problem , everytime occurs replace file our repository.

if have not set encoding, try set utf-8.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -