Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 04:29
Show Gist options
  • Save nishinoshake/9cb30015e277411548f2 to your computer and use it in GitHub Desktop.
Save nishinoshake/9cb30015e277411548f2 to your computer and use it in GitHub Desktop.
文字コードの変更
#UTF8に変換
nkf -w --overwrite readme.txt
#文字コード確認
nkf -g readme.txt
#shiftjisに変換
nkf -s --overwrite readme.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment