spine wrote:
So i have written inside the file my greek translations and saved it in UTF-8 format.
...
But when it comes to display it in the browser i keep getting all those weird characters instead of greek. Any ideas ???
You shouldn't save the .properties file in UTF-8. They must be converted to ISO-LATIN-1! I think ASCII only is even more safe. Use the native2ascii utility from JDK, or - if you are already using Eclipse - the ResourceBundle Editor extension does the conversion automatically.
[originally posted on jforum.net by dshk]