Closed rareromfish closed 1 year ago
Which character is causing trouble? Some characters are being replaced already maybe add it to the list
? was what caused me to notice, although it looks like a few other ones are currently allowed that would cause windows to error. I made a pull request, but I'm not sure if it will work as I don't know how to compile rust code. Perhaps some of them need to be escaped?
The -H flag seems to occasionally fail to write a file, because the filename would have an illegal character for a windows file name. Some kind of check for any of these banned characters and replacing them with a placeholder would be appreciated, as it currently just skips that file.