Created
December 2, 2011 07:56
-
-
Save iamkristian/1422250 to your computer and use it in GitHub Desktop.
Vim file encoding cmds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:write ++enc=utf-8 russian.txt | |
set encoding | |
set fileencoding | |
iconv -f utf-16 -t utf-8 file.xml > file.utf8.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment