svent / sift

A fast and powerful alternative to grep
https://sift-tool.org
GNU General Public License v3.0
1.6k stars 108 forks source link

Special characters from locale codepage not found. #59

Open vovcacik opened 8 years ago

vovcacik commented 8 years ago

When I search for special character from Czech alphabet, sift returns no results.

Example:

chcp 1250
echo This line should match: česky>match.txt

rem sift gives no output
sift česky

rem pt gives no output
pt česky

rem grep works
grep česky *

rem ag works
ag česky