LoginSignup
57
53

More than 5 years have passed since last update.

vimで文字コード指定してファイルを開く

Last updated at Posted at 2013-03-27
vim -c ":e ++enc=utf8" inedx.html
vim -c ":e ++enc=euc-jp" inedx.html
vim -c ":e ++enc=shift_jis" inedx.html

参照
http://jehupc.exblog.jp/12130310
http://nanasi.jp/articles/howto/file/open-with-format.html

57
53
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
57
53