RFR: 8278908: [macOS] Unexpected text normalization on pasting from clipboard
Dmitry Batrak
dbatrak at openjdk.java.net
Tue Jan 11 08:31:31 UTC 2022
On Tue, 11 Jan 2022 05:51:10 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Just to clarify, according to your investigation the "CFStringNormalize" is not needed to use for the file names?
I didn't state that. AFAIU, in most typical cases, file names come from OS in NFD form, and `CFStringNormalize` does convert them to NFC form, so it's not a no-op. Whether that conversion is actually needed - I don't know, so I wouldn't touch it without a reason.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6866
More information about the client-libs-dev
mailing list