acheronfail / repgrep

An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line.
Apache License 2.0
257 stars 4 forks source link

Don't panic and bail out if one file out of many cannot be replaced #36

Closed acheronfail closed 3 years ago

acheronfail commented 3 years ago

I was able to replicate this by running

rgr $USER ~/.mozilla

EDIT: this was due to defaulting to ASCII encoding, it's now changed to UTF-8 as fallback, which should hopefully fix this.