tags:

views:

32

answers:

2

I want to change the encoding for eclipse to UTF-8

+4  A: 

Go to Window > Preference > General > Workspace and on the "Text file encoding" panel select UTF-8

thelost
Note that you can also set this per project in the project properties.
Aaron Digulla
+1  A: 

using Eclipse 3.* (I think it didn't change since 3.0)

Click on menu "Window/preferences"

Select General/Workspace.

it will show you a panel containing a sub-panel titled "Text file encoding", letting you choose either default platform one or a specific one.

Riduidel