wael
wael

Reputation: 31

changing the encoding for eclipse

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

Upvotes: 3

Views: 176

Answers (2)

Riduidel
Riduidel

Reputation: 22292

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.

Upvotes: 2

thelost
thelost

Reputation: 6694

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

Upvotes: 6

Related Questions