comparison runtime/doc/mbyte.txt @ 21499:3a1ed539ae2a

Update runtime files. Commit: https://github.com/vim/vim/commit/2547aa930b59f5e2bcb70e81d5a57ed461e59b4f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 17:00:44 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 17:15:05 +0200
parents af69c9335223
children bbca88cd13d5
comparison
equal deleted inserted replaced
21498:134699e667ee 21499:3a1ed539ae2a
126 There are several ways to enter multi-byte characters: 126 There are several ways to enter multi-byte characters:
127 - For X11 XIM can be used. See |XIM|. 127 - For X11 XIM can be used. See |XIM|.
128 - For MS-Windows IME can be used. See |IME|. 128 - For MS-Windows IME can be used. See |IME|.
129 - For all systems keymaps can be used. See |mbyte-keymap|. 129 - For all systems keymaps can be used. See |mbyte-keymap|.
130 130
131 The options 'iminsert', 'imsearch' and 'imcmdline' can be used to chose 131 The options 'iminsert', 'imsearch' and 'imcmdline' can be used to choose
132 the different input methods or disable them temporarily. 132 the different input methods or disable them temporarily.
133 133
134 ============================================================================== 134 ==============================================================================
135 2. Locale *mbyte-locale* 135 2. Locale *mbyte-locale*
136 136
139 in, or just use a certain locale inside Vim. 139 in, or just use a certain locale inside Vim.
140 140
141 141
142 WHAT IS A LOCALE? *locale* 142 WHAT IS A LOCALE? *locale*
143 143
144 There are many of languages in the world. And there are different cultures 144 There are many languages in the world. And there are different cultures and
145 and environments at least as much as the number of languages. A linguistic 145 environments at least as many as the number of languages. A linguistic
146 environment corresponding to an area is called "locale". This includes 146 environment corresponding to an area is called "locale". This includes
147 information about the used language, the charset, collating order for sorting, 147 information about the used language, the charset, collating order for sorting,
148 date format, currency format and so on. For Vim only the language and charset 148 date format, currency format and so on. For Vim only the language and charset
149 really matter. 149 really matter.
150 150
887 input_server_name is your |IM-server| name (check your |IM-server| 887 input_server_name is your |IM-server| name (check your |IM-server|
888 manual). 888 manual).
889 your_input_style is one of |OverTheSpot|, |OffTheSpot|, |Root|. See 889 your_input_style is one of |OverTheSpot|, |OffTheSpot|, |Root|. See
890 also |xim-input-style|. 890 also |xim-input-style|.
891 891
892 *international may not necessary if you use X11R6. 892 *international may not be necessary if you use X11R6.
893 *.inputMethod and *.preeditType are optional if you use X11R6. 893 *.inputMethod and *.preeditType are optional if you use X11R6.
894 894
895 For example, when you are using kinput2 as |IM-server|, > 895 For example, when you are using kinput2 as |IM-server|, >
896 896
897 *international: True 897 *international: True
950 re-entering Insert mode, Vim sets the IME status to that memorized status 950 re-entering Insert mode, Vim sets the IME status to that memorized status
951 automatically. 951 automatically.
952 952
953 This works on not only insert-normal mode, but also search-command input and 953 This works on not only insert-normal mode, but also search-command input and
954 replace mode. 954 replace mode.
955 The options 'iminsert', 'imsearch' and 'imcmdline' can be used to chose 955 The options 'iminsert', 'imsearch' and 'imcmdline' can be used to choose
956 the different input methods or disable them temporarily. 956 the different input methods or disable them temporarily.
957 957
958 WHAT IS IME 958 WHAT IS IME
959 IME is a part of East asian version Windows. That helps you to input 959 IME is a part of East asian version Windows. That helps you to input
960 multibyte character. English and other language version Windows does not 960 multibyte character. English and other language version Windows does not