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.
------------- Commit messages: - initial commit Changes: https://git.openjdk.org/jdk/pull/30205/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30205&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8230421 Stats: 44 lines in 1 file changed: 9 ins; 12 del; 23 mod Patch: https://git.openjdk.org/jdk/pull/30205.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30205/head:pull/30205 PR: https://git.openjdk.org/jdk/pull/30205
