Skip to content

convert UTF-16LE files to UTF-8#55

Merged
Asdow merged 1 commit into
1dot13:masterfrom
majcosta:pr_fix_encoding
Jan 1, 2023
Merged

convert UTF-16LE files to UTF-8#55
Asdow merged 1 commit into
1dot13:masterfrom
majcosta:pr_fix_encoding

Conversation

@majcosta
Copy link
Copy Markdown
Contributor

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 correctly

I just converted them using iconv -f utf-16le -t utf8 [origFile] -o [destFile]

use git show --text to view

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
@Asdow Asdow merged commit 6024ed6 into 1dot13:master Jan 1, 2023
@majcosta majcosta deleted the pr_fix_encoding branch January 1, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants