Y
Hacker News
new
|
ask
|
show
|
jobs
by
burnbabyburn
3307 days ago
I really fail to see why do you want your file system to normalize utf8 chars with hfs+ rules.
2 comments
cryptonector
3307 days ago
ISTR an old blog post or doc about this. Apple engineers wanted to be able to do prefix matching in HFS+, if I remember correctly. And so making the name as long as possible (via canonical decomposition) made sense to them.
link
loeg
3307 days ago
Normalizing to NFC form would make some sense, and was conceivably an option.
link
cryptonector
3307 days ago
Normalization-preserving/normalization-insensitive behavior makes even more sense!
link