mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
these three files were in UTF-16LE encoding for some reason, which led to git treating them as binary files, which means they weren't being git grep'd I just converted them using iconv -f utf-16le -t utf8 [origFile] -o [destFile] use git show --text to view