On Thu, 16 Dec 2021 15:53:26 GMT, Dmitry Batrak <dbat...@openjdk.org> wrote:
> The fix just removes the explicit normalization of text obtained from system > clipboard in JDK code, as I've found no > good justification for such a normalization, at least for the latest macOS > version. > The same fix was performed in JetBrains Runtime by a user's request more than > 4 years ago, and we didn't receive any > related complaints from our users ever since. This pull request has now been integrated. Changeset: 091aff92 Author: Dmitry Batrak <dbat...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/091aff92e2213bfe0de79b3561a7613ab77e24b6 Stats: 11 lines in 2 files changed: 0 ins; 9 del; 2 mod 8278908: [macOS] Unexpected text normalization on pasting from clipboard Reviewed-by: serb, aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/6866