Skip to content

Instantly share code, notes, and snippets.

@hisplan
Created February 24, 2023 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hisplan/08d14ae3f121590b84730a7fac06ae6b to your computer and use it in GitHub Desktop.
Save hisplan/08d14ae3f121590b84730a7fac06ae6b to your computer and use it in GitHub Desktop.
euc-kr to UTF-8
iconv -c -f euc-kr -t utf-8 src.txt > dst.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment