Doug Harple
Doug Harple
What version of detox are you using? You can get it quickly by running: `detox -V`
Actually, it's possible that the filenames aren't in UTF-8 at all. You can try `detox -n -s iso8859_1 FILE` or, if you're using detox 2, `detox -n -s iso8859_1-legacy FILE`,...
It really depends on what the underlying bytes of the apostrophe are. If it's just a normal apostrophe, it shouldn't cause the error you're seeing. If it's a CP-1252 or...
``` grep -r fprintf.*stderr src/ ```
Confirmed. ```bash $ src/detox -V detox 2.0.2 $ src/detox -vvv -r --dry-run /tmp/blah/ Scanning: /tmp/blah/ /tmp/blah//de/dah/hi there -> /tmp/blah//de/dah/hi_there $ src/detox -vvv -r --dry-run /tmp/blah Scanning: /tmp/blah /tmp/blah/de/dah/hi there ->...
Thank you for your feedback. I'm not considering enhancements at this time, but I'll keep this open for now.