Quantcast
Channel: Debug Area » vim
Viewing all articles
Browse latest Browse all 3

working with file encodings

$
0
0

To read a file with a specific encoding:

:e ++enc=windows-1250 path/to/file

To write with a specific encoding:

:w ++enc=utf-8 path/to/file

Viewing all articles
Browse latest Browse all 3

Trending Articles