Working as Designed
Details
Details
Assignee
Yoshito Umaoka
Yoshito Umaoka(Deactivated)Reporter
UnicodeBot
UnicodeBotPriority
Time Needed
Hours
Fix versions
Created June 28, 2018 at 5:13 PM
Updated January 13, 2021 at 11:34 PM
Resolved July 11, 2018 at 10:59 PM
Deleted Component: docs
Add the following to
http://icu.sourceforge.net/docs/eclipse_howto/eclipse_howto.html
If you want to see the console output in Unicode:
Windows>Preferences>General>Appearance>Colors & Fonts>Debug>Console font
pick a Unicode font
For each Run configuration (unfortunately, you have to repeat for each)
In the Arguments tab, in VM arguments add:
-Dfile.encoding=UTF-8
In the Common tab
Under Console Encoding, select Other UTF-8
(note that in this tab you can also capture console output in a file, a nice new
feature of Eclipse 3.1)