Skip to content

Instantly share code, notes, and snippets.

@bigga
Last active June 29, 2022 03:54
Show Gist options
  • Save bigga/fd0b3d19ed1a59093fe97644b4a0b529 to your computer and use it in GitHub Desktop.
Save bigga/fd0b3d19ed1a59093fe97644b4a0b529 to your computer and use it in GitHub Desktop.
Convert Windows-874 to UTF-8
#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