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:
majcosta
2023-01-01 09:26:45 +02:00
committed by GitHub
parent 08982d92e7
commit 6024ed62b0
3 changed files with 0 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.