LoginSignup
3
4

More than 5 years have passed since last update.

gvim(kaoriya版)のquickfixで日本語が文字化けするときの対策

Posted at

環境設定のたびに忘れて何度も調べたりするのでメモ。

問題

fileencoding=UTF-8, fileformat=unixでファイルを開いているのに、quickfixウインドウは
fileencoding=cp932, fileformat=dosになってしまい、日本語が文字化けする。

対策

\$VIM/switches/catalog/utf-8.vim を、\$VIM/switches/enabled/utf-8.vim にコピーする。

3
4
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
3
4