summaryrefslogtreecommitdiff
path: root/runtime/doc/mbyte.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-02-09 17:07:58 +0100
committerBram Moolenaar <Bram@vim.org>2011-02-09 17:07:58 +0100
commitd58e929fa283459957b0eab635fdaa9dcd61819c (patch)
tree92c871586e91c3c33b0a7447f12cc9a6d7184c30 /runtime/doc/mbyte.txt
parent95474ca34c542d58d3f08703b7d96ad21b05beea (diff)
downloadvim-git-d58e929fa283459957b0eab635fdaa9dcd61819c.tar.gz
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r--runtime/doc/mbyte.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt
index 95ebddbfe..c4f227bd0 100644
--- a/runtime/doc/mbyte.txt
+++ b/runtime/doc/mbyte.txt
@@ -1,4 +1,4 @@
-*mbyte.txt* For Vim version 7.3. Last change: 2010 Jul 26
+*mbyte.txt* For Vim version 7.3. Last change: 2011 Feb 01
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -280,7 +280,7 @@ Note that all encodings must use ASCII for the characters up to 128 (except
when compiled for EBCDIC).
Supported 'encoding' values are: *encoding-values*
-1 latin1 8-bit characters (ISO 8859-1)
+1 latin1 8-bit characters (ISO 8859-1, also used for cp1252)
1 iso-8859-n ISO_8859 variant (n = 2 to 15)
1 koi8-r Russian
1 koi8-u Ukrainian
@@ -336,7 +336,11 @@ For MS-Windows "cp{number}" means using codepage {number}.
Examples: >
:set encoding=8bit-cp1252
:set encoding=2byte-cp932
-<
+
+The MS-Windows codepage 1252 is very similar to latin1. For practical reasons
+the same encoding is used and it's called latin1. 'isprint' can be used to
+display the characters 0x80 - 0xA0 or not.
+
Several aliases can be used, they are translated to one of the names above.
An incomplete list: