[vim] こちらで文字コードの自動認識の設定が書いてあったので参考までに。 " 文字コードの自動認識 if &encoding !=# 'utf-8' set encoding=japan set fileencoding=japan endif if has('iconv') let s:enc_euc = 'euc-jp' let s:enc_jis = 'iso-2022-jp' " iconvがeucJP-msに対応しているかをチェック if iconv("\x87\x64\x87\x6a", ... > このページを見る
最終更新時間:
2008年05月12日11時20分









