Sometimes I will be using RStudio Server and I will generate a png which has the character +
in the filename, for example:
my+file.png
If I click on it to open it up and view it in a new browser tab, I will get the message
/files/path/to/my+file.png not found
.
In order to view it, I need to change the +
in the URL string to %2b
.
I was thinking it would be good to have this sort of conversion occur automatically, if possible. Thanks!