On Tue, 9 Mar 2021 00:54:25 GMT, Yasumasa Suenaga <ysuen...@openjdk.org> wrote:
>> We can command line debugger via "Windows" -> "Console" menu on HSDB. If the >> command shows error message in localized string (e.g. Japanese), it might >> garble as following: >> >>  >> >> Command line debugger and Debugger Console (WinDbg on Windows) will use >> Courier font on their console, but it does not show Japanese chars. I guess >> it would happen on CJK chars because monospaced font for Chinese, Japanese, >> Korean are different from Courier. >> >> After this change on Windows which set to Japanese locale, it uses MS Gothic >> and we can see localized message as following: >> >>  > > Yasumasa Suenaga has updated the pull request incrementally with one > additional commit since the last revision: > > Get rid of using Courier font Marked as reviewed by prr (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/2862