Filesystems and case-insensitivity
Filesystems and case-insensitivity
Posted Nov 28, 2018 17:38 UTC (Wed) by dgm (subscriber, #49227)Parent article: Filesystems and case-insensitivity
> Supporting case-insensitive file names requires the encoding-awareness changes in order to define what case folding means for a given character.
Does it? Why can't you use an attribute to store the case-folded name? Or use the case-folded name as the file name and add a name-as-provided attribute? This way you can move case interpretation to user space, where it belongs.
What I'm missing?
