Filesystems and case-insensitivity
Filesystems and case-insensitivity
Posted Nov 28, 2018 21:07 UTC (Wed) by perennialmind (guest, #45817)In reply to: Filesystems and case-insensitivity by saffroy
Parent article: Filesystems and case-insensitivity
If the semantics really are to be changed – if a differentiable set of path elements are to contain text and only text – that's a useful feature from an application developer's perspective. If it's to be a new kind of hard-to-predict weirdness, that's less useful.
I'd prefer it if text-only filenames were limited to printable graphemes only. That might be too high a bar. I would hope that control characters (C0,C1) would be disallowed. I don't consider \x7F (DELETE) or \x09 (TAB) to be valid in a natural-language name.
Posted Dec 6, 2018 10:02 UTC (Thu)
by Wol (subscriber, #4433)
[Link]
Bearing in mind users weren't supposed to go anywhere near them, it was a pretty good way of stopping people scanning the filesystem and messing about with them. I agree for user visible files, it's a good idea, but not all files are meant to be user visible and some of them can't be hidden.
Cheers,
Filesystems and case-insensitivity
Wol