Open
Description
ACK can't find search_string
in file with contents:
абвгдежз
search_string
(file encoding is Windows 1251
)
ack "search_string" /path/to/dir/with/file -R
❌
grep "search_string" /path/to/dir/with/file -R
✅
If you delete one character from the first line, or the whole line, then everything will work.
ack 2.18
macOS 10.12.14