Skip to content

Quickfix encoding problem when using Chinese or Japanese

Linwei edited this page Oct 16, 2016 · 5 revisions

Vim's has an option encoding to indicate internal encoding. If vim's 'encoding' is different with OS's encoding, output in quickfix window which contains CJK characters may failed, you need add these line to tell asyncrun the output of background command need to be convert to the same encoding as vim:

set g:asyncrun_encs = 'gbk'
Clone this wiki locally