I have an encoding problem in Eclipse (Indigo Service Release 1). Here's what happens:
I have a property file (language bundle) in German language and it is not displayed correctly when I open it in Eclipse
. For instance: gelöscht
is displayed as gel�scht
. I have tried changing the File Association to Text Editor
, Properties File Editor
, JBoss Tools Properties Editor
but it is shown like this in all cases.
The interesting part is that when I open the file in Notepad++
it is displayed correctly.
In Eclipse
, the text file encoding is set to UTF-8
, and the encoding of the file (according to Notepad++
) is ANSI.
Is there another setting I do not know about? How can I fix this problem to see the correct encoding in Eclipse
?