Closed
Description
Hello,
as a POSIX OS user, I'm wondering about the forced character stripping in paths, and am confused at the PathFilter class in path.py:
- What are these "separators" (: and |) and why are they stripped?
- Same for "special" characters, since fat is already here.
I'm thinking about replacing everything but quotes by "POSIX" and "vfat", while having a configuration option for adding an additional string of characters to replace and maybe another for the fallback character.