dharple / detox

Tames problematic filenames
BSD 3-Clause "New" or "Revised" License
332 stars 19 forks source link

Not replacing space eats the next character #89

Closed gbizzotto closed 2 years ago

gbizzotto commented 2 years ago

I commented (then deleted, with the same result) the line referring to spaces (0x20...) from safe.tbl Then running detox results in it leaving the space alone, but removing the next character. For instance, file abc def.xyz becomes abc ef.xyz Running on linux mint 20 Got detox from default apt-get repo

gbizzotto commented 2 years ago

Issue was fixed in github repo.