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?
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?
For the respective "Run Configuration", there is an "Encoding" setting in the "Common" tab.