Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ygra
on June 11, 2019
|
parent
|
context
|
favorite
| on:
Unicode programming, with examples in C
> I would be very surprised if I ask an OS kernel to create a file, and it silently changed the name doing some Unicode normalization.
Doesn't OS X do that? AFAIK files names are in NFD there.
loeg
on June 11, 2019
[–]
Yes, Mac normalizes and decomposes. It's weird.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Doesn't OS X do that? AFAIK files names are in NFD there.