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.
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.