--- old/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m 2020-08-05 17:14:25.000000000 -0700 +++ new/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m 2020-08-05 17:14:24.000000000 -0700 @@ -545,11 +545,11 @@ if ((codePoint == 0x0024) || (codePoint == 0x00A3) || (codePoint == 0x00A5) || ((codePoint >= 0x20A3) && (codePoint <= 0x20BF)) || - ((codePoint >= 0x3000) && (codePoint <= 0x303F)) || + ((codePoint >= 0x3000) && (codePoint <= 0x303F)) || ((codePoint >= 0xFF00) && (codePoint <= 0xFFEF))) { // Code point is in 'CJK Symbols and Punctuation' or // 'Halfwidth and Fullwidth Forms' Unicode block or - // currency symbols unicode + // currency symbols unicode return YES; } return NO;