B
bronco
Guest
when you goto Windows preferences and then to General Workspace you probably see that the default encoding is 1252. You have propbably overriden this (did you?). This default comes from the underlying JVM. There are two possibilities: - you haven't set set encoding on the workspace level, do it here - you did, in that case the scratchpad ignores this setting. In this case you can set the default encoding in eclipse.ini (in the DLC \oeide\eclipse dir) by adding: -Dfile.encoding=UTF-8 hth
Continue reading...
Continue reading...