Filesystems and case-insensitivity
Filesystems and case-insensitivity
Posted Nov 29, 2018 12:16 UTC (Thu) by skissane (subscriber, #38675)Parent article: Filesystems and case-insensitivity
> POSIX does not have a way for filesystems to communicate the encoding of their file names; if that existed, glibc could handle the differences.
Maybe it should? Or, maybe, at least, Linux kernel should add some API to report the filesystem path name encoding. If Linux does it, maybe it could be added to POSIX by Austin Group.
Or, something I'd like even better – it must always be UTF-8, and filesystem has to translate to/from if anything else. But, that's probably going to cause backwards compatibility issues for some people, whereas just reporting filesystem encoding to user space won't.
