Last active
June 29, 2022 03:54
-
-
Save bigga/fd0b3d19ed1a59093fe97644b4a0b529 to your computer and use it in GitHub Desktop.
Convert Windows-874 to UTF-8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Output filename comes BEFORE the input name | |
iconv -f WINDOWS-874 -t UTF-8//TRANSLIT -o out_file.txt in_file.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment