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
When I search for special character from Czech alphabet,
sift
returns no results.Example: