Sep 232010
Open UTF8 file with Vim
Answer:
If you opened an UTF-8 file, you need to let vim know by using the command below, after entering the command mode by pressing Esc + :
: set encoding=utf8
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Open UTF8 file with Vim
Answer:
If you opened an UTF-8 file, you need to let vim know by using the command below, after entering the command mode by pressing Esc + :
: set encoding=utf8