I want to do this:
findstr /s /c:some-symbol *
or the grep equivalent
grep -R some-symbol *
but I need
A workaround is to convert your UTF-16 to ASCII or ANSI
TYPE UTF-16.txt > ASCII.txt
Then you can use FINDSTR.
FINDSTR object ASCII.txt