mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
convert UTF-16LE files to UTF-8 (#55)
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
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user