Paranoid Engineering: Getting Unicode output in Eclipse Console

1. add -Dfile.encoding=UTF-8 to your eclipse.ini 2. make sure your Eclipse Console font supports Unicode. You can try it out by typing unicode characters directly to console with keyboard. Console Font is set in Window -> Preferences -> General -> Appearance -> Colors and Fonts -> Debug -> Console Font 3. if you are NOT using Windows, set your system encoding to UTF-8. You should now see Unicode characters in Console after restarting Eclipse.

Comments are closed.

permalink