Skip to content

Instantly share code, notes, and snippets.

@shimdh
shimdh / gist:dc440f860af9ae55d43686bf83fced14
Created October 20, 2017 00:19
vi에서 utf-8로 인코딩된 파일보기
~/.vimrc
set encoding=utf-8 nobomb
set fileencodings=utf-8,cp949
이미 vi로 파일을 연 상태에서 화면에 문자가 깨진 상태라면
명령모드
:e ++enc=utf-8