Mercurial > emacs
annotate leim/CXTERM-DIC/Punct.tit @ 102422:82f82b92314e
(CODING_ISO_CMP_STATUS): New macro.
(CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
(MAX_ANNOTATION_LENGTH): Defined to 5.
(ADD_COMPOSITION_DATA): New arg nbytes.
(emacs_mule_char): New arg cmp_status.
(DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
(DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
(DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
(DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
(DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
(DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
(DECODE_EMACS_MULE_COMPOSITION_START): New macro.
(EMACS_MULE_COMPOSITION_END): New macro.
(emacs_mule_finish_composition): New function.
(EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
(decode_coding_emacs_mule): Avoid long looking ahead while
handling composition.
(DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
(ENCODE_COMPOSITION_RULE): New macro.
(finish_composition): New function.
(MAYBE_FINISH_COMPOSITION): Call finish_composition.
(DECODE_COMPOSITION_START): New implementation.
(DECODE_COMPOSITION_END): Likewise.
(STORE_COMPOSITION_RULE): New macro.
(decode_coding_iso_2022): Avoid long looking ahead while handling
composition, CTEXT extended segment, and embedded UTF-8.
(setup_coding_system): For a coding of type iso-2022, reset
CODING_ISO_EXTSEGMENT_LEN (coding) and
CODING_ISO_EMBEDDED_UTF_8 (coding).
(get_translation): Delete arguments last_block, from_nchars,
to_nchars. Callers changed.
(produce_chars): Don't modify charbuf. Adjusted for the change of
get_translation.
(produce_composition): Adjusted for the new annotation sequence.
(handle_composition_annotation): Likewise.
(consume_chars): Adjusted for the change of get_translation.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 06 Mar 2009 07:51:52 +0000 |
parents | 746c40973d25 |
children | eb7e8d483840 ef719132ddfa |
rev | line source |
---|---|
25930 | 1 # HANZI input table for cxterm |
2 # To be used by cxterm, convert me to .cit format first | |
3 # .cit version 1 | |
4 ENCODE: GB | |
5 MULTICHOICE: YES | |
6 PROMPT: ºº×ÖÊäÈë¡Ë±êµã·ûºÅ¡Ë£ | |
7 # | |
8 COMMENT Copyright 1991 by Yongguang Zhang. | |
9 COMMENT Permission to use/modify/copy for any purpose is hereby granted. | |
10 COMMENT Absolutely no fee and no warranties. | |
11 COMMENT | |
12 COMMENT use <CTRL-f> to move to the right | |
13 COMMENT use <CTRL-b> to move to the left | |
14 # define keys | |
15 VALIDINPUTKEY: "\043$%&'()*+,-./0123456789:;<=>?@[\134]^_`abcdefghijklm | |
16 VALIDINPUTKEY: nopqrstuvwxyz|~ | |
17 SELECTKEY: 1\040 | |
18 SELECTKEY: 2 | |
19 SELECTKEY: 3 | |
20 SELECTKEY: 4 | |
21 SELECTKEY: 5 | |
22 SELECTKEY: 6 | |
23 SELECTKEY: 7 | |
24 SELECTKEY: 8 | |
25 SELECTKEY: 9 | |
26 SELECTKEY: 0 | |
27 BACKSPACE: \010\177 | |
28 DELETEALL: \015\025 | |
29 MOVERIGHT: \006 | |
30 MOVELEFT: \002 | |
31 REPEATKEY: \020\022 | |
32 # the following line must not be removed | |
33 BEGINDICTIONARY | |
34 # | |
35 " £¢¡°¡±¡å | |
36 \043 ££ | |
37 $ £¤¡ç¡é¡ê | |
38 % £¥¡ë | |
39 ' £§¡®¡¯¡ä | |
40 ( £¨¡¸¡º | |
41 ) £©¡¹¡» | |
42 * £ª¡Á¡Ç¡Ä¡É | |
43 + £«¡À¡Æ¡Å¡È | |
44 , £¬¡¢ | |
45 - £¡¥¡ª¡« | |
46 . £®¡£¡¤¡§¡¡ß¡à¡ã¡Ñ | |
47 / £¯¡Â¡Ì£Ü | |
48 0 £°¢º¢Ä¢Î¢Ø¢â¢î¢ú | |
49 1 £±¢±¢»¢Å¢Ï¢Ù¢å¢ñ | |
50 2 £²¢²¢¼¢Æ¢Ð¢Ú¢æ¢ò | |
51 3 £³¢³¢½¢Ç¢Ñ¢Û¢ç¢ó | |
52 4 £´¢´¢¾¢È¢Ò¢Ü¢è¢ô | |
53 5 £µ¢µ¢¿¢É¢Ó¢Ý¢é¢õ | |
54 6 £¶¢¶¢À¢Ê¢Ô¢Þ¢ê¢ö | |
55 7 £·¢·¢Á¢Ë¢Õ¢ß¢ë¢÷ | |
56 8 £¸¢¸¢Â¢Ì¢Ö¢à¢ì¢ø | |
57 9 £¹¢¹¢Ã¢Í¢×¢á¢í¢ù | |
58 : £º¡Ë | |
59 < £¼¡´¡¶¡Ú¡Ü | |
60 = £½¡Ù¡Ö¡Ô¡Õ | |
61 > £¾¡µ¡·¡Û¡Ý | |
62 @ £À¡Ñ | |
63 [ £Û¡²¡¼¡¾£û | |
64 \134 £Ü£¯ | |
65 ] £Ý¡³¡½¡¿£ý | |
66 ^ £Þ¡¦¡Ð | |
67 _ £ß¡Í | |
68 ` £à¡®¡¯ | |
69 logo ¡î¡ï¡ð¡ñ¡ò¡ó¡ô¡õ¡ö¡÷¡ø¡ù¡ú¡û¡ü¡ý¡þ | |
70 math ¡À¡Á¡Â¡Ã¡Ä¡Å¡Æ¡Ç¡È¡É¡Ê¡Ë¡Ì¡Í¡Î¡Ï¡Ð¡Ñ¡Ò¡Ó¡Ô¡Õ¡Ö¡×¡Ø | |
71 math ¡Ù¡Ú¡Û¡Ü¡Ý¡Þ¡ß¡à | |
72 punct ¡¡¡¢¡£¡¤¡¥¡¦¡§¡¨¡©¡ª¡«¡¬¡¡®¡¯¡°¡±¡²¡³¡´¡µ¡¶¡·¡¸¡¹ | |
73 punct ¡º¡»¡¼¡½¡¾¡¿ | |
74 symbol ¡á¡â¡ã¡ä¡å¡æ¡ç¡è¡é¡ê¡ë¡ì¡í | |
75 | £ü¡¬¡Î | |
76 ~ £þ¡«¡×¡Ø¡Þ | |
52401 | 77 |
78 # arch-tag: 4d0e14b7-4eb2-4310-9582-e981f4c4a7f0 |