catharsis / spotifile

FUSE file system for Spotify
BSD 3-Clause "New" or "Revised" License
144 stars 7 forks source link

Decide what to do about slashes #9

Closed catharsis closed 9 years ago

catharsis commented 9 years ago

Since slashes are disallowed in paths, all resources are currently sanitized by simply stripping all slashes and replacing them with whitespace. However, it might be a good idea (or a terrible one) to instead replace the slashes with something that merely resembles them, such as the FRACTION SLASH or the DIVISION SLASH .

I think we need to do some research on this one to figure out whether it's feasible in actual usage.