comparison runtime/doc/usr_45.txt @ 5362:ab1508486b12

Update runtime files. Add support for J.
author Bram Moolenaar <bram@vim.org>
date Sun, 22 Sep 2013 14:42:24 +0200
parents 359743c1f59a
children 9f48eab77d62
comparison
equal deleted inserted replaced
5361:f0a6eb929df1 5362:ab1508486b12
326 326
327 ============================================================================== 327 ==============================================================================
328 *45.5* Entering language text 328 *45.5* Entering language text
329 329
330 Computer keyboards don't have much more than a hundred keys. Some languages 330 Computer keyboards don't have much more than a hundred keys. Some languages
331 have thousands of characters, Unicode has ten thousands. So how do you type 331 have thousands of characters, Unicode has over hundred thousand. So how do
332 these characters? 332 you type these characters?
333 First of all, when you don't use too many of the special characters, you 333 First of all, when you don't use too many of the special characters, you
334 can use digraphs. This was already explained in |24.9|. 334 can use digraphs. This was already explained in |24.9|.
335 When you use a language that uses many more characters than keys on your 335 When you use a language that uses many more characters than keys on your
336 keyboard, you will want to use an Input Method (IM). This requires learning 336 keyboard, you will want to use an Input Method (IM). This requires learning
337 the translation from typed keys to resulting character. When you need an IM 337 the translation from typed keys to resulting character. When you need an IM