normalization changes in APFS

Philippe Marschall philippe.marschall at gmail.com
Wed Mar 29 19:20:19 UTC 2017


On Wed, Mar 29, 2017 at 9:47 AM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
> On 26/03/2017 11:44, Philippe Marschall wrote:
> ..
> Thanks for the note on this. I read several articles about the changes in
> iOS 10.3 but if macOS also moves then the JDK will need to deal with it.

On macOS 10.12.4 I was able to create file named 0xC3, 0xA4 (ä
precomposed) and one named 0x61, 0xCC, 0x88 (ä decomposed) in the same
folder. So this seems to hold true.
Interestingly I was not able to create a file named 0xE4 (invalid
UTF-8) which was working on HFS+.

 [1] https://github.com/marschall/filename-fun/blob/master/filename-fun.c

Cheers
Philippe


More information about the nio-dev mailing list