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. Marked as reviewed by sherman (Reviewer). The change is a reasonable switch. I just wonder if there are any compatibility concerns worth documenting somewhere, such as the potential different mappings. ------------- PR Review: https://git.openjdk.org/jdk/pull/30205#pullrequestreview-3976802316 PR Comment: https://git.openjdk.org/jdk/pull/30205#issuecomment-4092014660
