Comment 8 for bug 1535458

Revision history for this message
teo1978 (teo8976) wrote :

However,

$ LANG=C.UTF-8 grep somestring some_iso8859_file.txt # reproduces the issue ("binary file matches")
$ LANG=C grep somestring some_iso8859_file.txt # expected (text) output

$ LANG=C.UTF-8 grep somestring some_utf8_file.txt # expected (text) output
$ LANG=C grep somestring some_utf8_file.txt # expected (text) output

I don't know if this is consistent with issue 1547466