.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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -