Forum Post: RE: PDSOE scratchpad (11.3) ignores source code code-page settings

  • Thread starter Thread starter bronco
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top