diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-10 13:52:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-10 13:52:13 +0200 |
commit | 0bc380a96b87ee02b01a7d4677ad4d973563a84e (patch) | |
tree | d459d5f3edebe4ae3a7b144dadda984bfaa3e5f9 /runtime/doc/mbyte.txt | |
parent | d04b7507fde8bb7e3103ce53f2156c798b5e5245 (diff) | |
download | vim-git-0bc380a96b87ee02b01a7d4677ad4d973563a84e.tar.gz |
Fixed ":s" message. Docs updates.
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r-- | runtime/doc/mbyte.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt index 96b5b4dd0..5bcb5059c 100644 --- a/runtime/doc/mbyte.txt +++ b/runtime/doc/mbyte.txt @@ -1267,8 +1267,8 @@ is no longer relevant in the GTK+ 2 GUI. When reading a file a BOM (Byte Order Mark) can be used to recognize the Unicode encoding: EF BB BF utf-8 - FF FE utf-16 big endian - FE FF utf-16 little endian + FE FF utf-16 big endian + FF FE utf-16 little endian 00 00 FE FF utf-32 big endian FF FE 00 00 utf-32 little endian |