SublimeText / TrailingSpaces

Highlight trailing spaces and delete them in a flash.
MIT License
896 stars 94 forks source link

Fix UnicodeDecodeError on non-UTF-8 files #151

Closed q3xq3r closed 3 years ago

q3xq3r commented 3 years ago

Fixes #64

rchl commented 3 years ago

Thanks for the fix. I've made it a bit more generic as I didn't like the simplistic parsing too much.

Also removed some old exception handler that, to my knowledge, could never throw.

rchl commented 3 years ago

I'll merge as soon as you are happy with my changes.

q3xq3r commented 3 years ago

Seems good now.

rchl commented 3 years ago

Thanks!

q3xq3r commented 3 years ago

Thanks