Integrated: 8263140: Japanese chars garble in console window in HSDB

Yasumasa Suenaga ysuenaga at openjdk.java.net
Tue Mar 9 23:47:10 UTC 2021


On Sun, 7 Mar 2021 07:32:17 GMT, Yasumasa Suenaga <ysuenaga at 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:
> 
> ![garbled](https://user-images.githubusercontent.com/7421132/110232635-39e89b00-7f62-11eb-95c9-1a5238072814.png)
> 
> 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:
> 
> ![fixed](https://user-images.githubusercontent.com/7421132/110232699-a4014000-7f62-11eb-9185-6eff39394541.png)

This pull request has now been integrated.

Changeset: d0c1aec2
Author:    Yasumasa Suenaga <ysuenaga at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d0c1aec2
Stats:     24 lines in 5 files changed: 0 ins; 11 del; 13 mod

8263140: Japanese chars garble in console window in HSDB

Reviewed-by: iklam, prr, cjplummer

-------------

PR: https://git.openjdk.java.net/jdk/pull/2862


More information about the serviceability-dev mailing list