Skip to content

Instantly share code, notes, and snippets.

@iamkristian
Created December 2, 2011 07:56
Show Gist options
  • Save iamkristian/1422250 to your computer and use it in GitHub Desktop.
Save iamkristian/1422250 to your computer and use it in GitHub Desktop.
Vim file encoding cmds
: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