On Wed, 11 Mar 2026 18:11:24 GMT, Naoto Sato <[email protected]> wrote:
> Fixing a long standing issue where Euro symbol cannot be input on Simplified > Chinese Windows. The root cause was that the platform encoding for Simplified > Chinese was set to "GBK" which was not able to map the Euro symbol. Looks > like it has been so since the beginning, and never has been updated. The > proposed fix is to update it to "MS936" which is a compatible superset of > "GBK". Since it only occurs on SImplified Chinese settings, the fix was > manually verified and no regression test is provided. This pull request has now been integrated. Changeset: aecc1635 Author: Naoto Sato <[email protected]> URL: https://git.openjdk.org/jdk/commit/aecc16358f5f1f6fa5cb78522d6db70430b79987 Stats: 44 lines in 1 file changed: 9 ins; 12 del; 23 mod 8230421: Java cannot handle Euro sign at the Simplified Chinese Windows Command Prompt Reviewed-by: sherman ------------- PR: https://git.openjdk.org/jdk/pull/30205
