Skip to content

Instantly share code, notes, and snippets.

@tkoki
Last active December 16, 2015 21:39
Show Gist options
  • Save tkoki/5501809 to your computer and use it in GitHub Desktop.
Save tkoki/5501809 to your computer and use it in GitHub Desktop.
ISO-2022-JP+Base64エンコードされてるファイルの内容をUTF-8に変換する。
% base64 -D -i testfile | iconv -f ISO-2022-JP -t UTF-8
% echo <Base64文字列> | base64 -D | iconv -f ISO-2022-JP -t UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment