On Tue, 11 Jan 2022 05:51:10 GMT, Sergey Bylokhov <s...@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