I saw the following introduction in the vim document:
Vim :
- "fileencoding" "encoding"
- "fileencoding" "encoding"
- "termencoding" "encoding"
- "termencoding" "encoding"
- LC_MESSAGE "encoding" (
gettext)
- Vim :scriptencoding "encoding"
- viminfo
+iconv "chaconvert"
but I don"t see who converts to whom, such as: "when reading files, "fileencoding" is different from" encoding"", is encoding converted to fileencoding or fileencoding converted to encoding?
another: will this encoding transform destroy the contents of the file? If the value of fileencoding is not the actual encoding of the file, is this conversion still valid?