comparison runtime/doc/mbyte.txt @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents a209672376fd
children 4bac29d27e2f
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 *mbyte.txt* For Vim version 7.0f. Last change: 2006 Apr 21 1 *mbyte.txt* For Vim version 7.0g. Last change: 2006 Apr 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar et al. 4 VIM REFERENCE MANUAL by Bram Moolenaar et al.
5 5
6 6
350 u unicode same as ucs-2 350 u unicode same as ucs-2
351 u ucs2be same as ucs-2 (big endian) 351 u ucs2be same as ucs-2 (big endian)
352 u ucs-2be same as ucs-2 (big endian) 352 u ucs-2be same as ucs-2 (big endian)
353 u ucs-4be same as ucs-4 (big endian) 353 u ucs-4be same as ucs-4 (big endian)
354 default stands for the default value of 'encoding', depends on the 354 default stands for the default value of 'encoding', depends on the
355 environment 355 environment
356 356
357 For the UCS codes the byte order matters. This is tricky, use UTF-8 whenever 357 For the UCS codes the byte order matters. This is tricky, use UTF-8 whenever
358 you can. The default is to use big-endian (most significant byte comes 358 you can. The default is to use big-endian (most significant byte comes
359 first): 359 first):
360 name bytes char ~ 360 name bytes char ~
772 For Chinese, there's a great XIM server named "xcin", you can input both 772 For Chinese, there's a great XIM server named "xcin", you can input both
773 Traditional and Simplified Chinese characters. And it can accept other 773 Traditional and Simplified Chinese characters. And it can accept other
774 locale if you make a correct input table. Xcin can be found at: 774 locale if you make a correct input table. Xcin can be found at:
775 http://xcin.linux.org.tw/ 775 http://xcin.linux.org.tw/
776 Others are scim: http://scim.freedesktop.org/ and fcitx: 776 Others are scim: http://scim.freedesktop.org/ and fcitx:
777 http://www.fcitx.org/ 777 http://www.fcitx.org/
778 778
779 - Conversion Server 779 - Conversion Server
780 *conversion-server* 780 *conversion-server*
781 Some system needs additional server: conversion server. Most of Japanese 781 Some system needs additional server: conversion server. Most of Japanese
782 |IM-server|s need it, Kana-Kanji conversion server. For Chinese inputting, 782 |IM-server|s need it, Kana-Kanji conversion server. For Chinese inputting,
1259 is no longer relevant in the GTK+ 2 GUI. 1259 is no longer relevant in the GTK+ 2 GUI.
1260 1260
1261 *mbyte-combining* *mbyte-composing* 1261 *mbyte-combining* *mbyte-composing*
1262 A composing or combining character is used to change the meaning of the 1262 A composing or combining character is used to change the meaning of the
1263 character before it. The combining characters are drawn on top of the 1263 character before it. The combining characters are drawn on top of the
1264 preceding character. 1264 preceding character.
1265 Up to two combining characters can be used by default. This can be changed 1265 Up to two combining characters can be used by default. This can be changed
1266 with the 'maxcombine' option. 1266 with the 'maxcombine' option.
1267 When editing text a composing character is mostly considered part of the 1267 When editing text a composing character is mostly considered part of the
1268 preceding character. For example "x" will delete a character and its 1268 preceding character. For example "x" will delete a character and its
1269 following composing characters by default. 1269 following composing characters by default.