encodings?
utf-8 or utf8; utf-16 is called ucs-2 or ucs2; utf-32 is called ucs-4 or ucs4. Also, you may specify endianness (except for utf-8 which does not vary for endianness) by appending le for little-endian or be for big-endian. If you create a file with an encoding of ucs-2 or ucs-4 without specifying endianness, Vim will use what is typical of your machine.
Related Questions
- In your encodings of classes, inheritance is obtained by copying methods explicitly from a superclass to a subclass. What about inheriting methods implicitly from a superclass?
- Does git convert encodings of comments and committer names or file content?
- What Unicode encodings does Unicode NSIS support?