google / codesearch

Fast, indexed regexp search over large file trees

Home Page:http://swtch.com/~rsc/regexp/regexp4.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

files with codepage 1252 are skipped

frederich opened this issue · comments

I've many very very old Windows source code which is encoded in codepage 1252. Codesearch skips all files without a warning.

Indeed, these tools assume text is UTF-8. Sorry.