Details
-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b23
-
os_x
Description
macOS 10.13 switched the default file system from HFS+ to APFS. File names on HFS+ are normalized to an Apple variant of Unicode Normalization Format D. APFS does not do this normalization.
We need to re-examine the macOS implementation of sun.nio.fs.FileSystem to see if the overloads of normalizeNativePath and normalizeJavaPath can be removed.
We need to re-examine the macOS implementation of sun.nio.fs.FileSystem to see if the overloads of normalizeNativePath and normalizeJavaPath can be removed.
Attachments
Issue Links
- csr for
-
JDK-8296141 (fs) Re-examine the need for normalization to Unicode Normalization Format D (macOS)
- Closed
- relates to
-
JDK-8156118 File class reports NFD normalised filenames stored on network storage as NFC
- Open