I need the character like 'шел' in my .properties file.
It seems like ISO 8859-1 (Which seems to be the default .properties encoding) doesnt like these, and displays them as ?.
I want to support this characters, what to do?
EDIT: I made it work now, but everytime I use this it converts my file from UTF-8 to ANSI (So the file gets replaced with the same file but then in ANSI), really weird. Code: http://pastebin.com/r0h3CKXF
Any idea why this happens??