Skip to content

Instantly share code, notes, and snippets.

@nanasess
Last active August 29, 2015 14:00
Show Gist options
  • Save nanasess/11444448 to your computer and use it in GitHub Desktop.
Save nanasess/11444448 to your computer and use it in GitHub Desktop.
vi(vim) で文字エンコーディングを指定してファイルを開く ref: http://qiita.com/nanasess/items/d5e920137b29f2fcaa4f
vi -c ":e ++enc=euc-jp" filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment