German Umlauts are not displayed in Eclipse on the console output

Viewed 39

German Umlauts are not displayed in Eclipse on the console output

For example, when I run System.out.println("ä");, the console does not output the ä, but a question mark. Where do I have to change the encoding so that this is displayed correctly?

1 Answers

For the respective "Run Configuration", there is an "Encoding" setting in the "Common" tab.

1

Related