Mercurial > emacs
annotate leim/CXTERM-DIC/QJ.tit @ 76140:bebed32eb12f
(hack-one-local-variable-eval-safep): Correct handling
of edebug-form-spec property value. Reported by Johan Bockgrd
<bojohan+mail@dd.chalmers.se>.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 25 Feb 2007 09:24:11 +0000 |
parents | 04f23eb0c0ca |
children | 07774e5c3ff5 f1196eda45a0 ef719132ddfa |
rev | line source |
---|---|
25930 | 1 # HANZI input table for cxterm |
2 # To be used by cxterm, convert me to .cit format first | |
75397
f2f9b6d05921
Re-copied from X11R6/contrib/clients/cxterm.
Kenichi Handa <handa@m17n.org>
parents:
54836
diff
changeset
|
3 # .cit version 2 |
25930 | 4 ENCODE: GB |
75397
f2f9b6d05921
Re-copied from X11R6/contrib/clients/cxterm.
Kenichi Handa <handa@m17n.org>
parents:
54836
diff
changeset
|
5 AUTOSELECT: YES |
f2f9b6d05921
Re-copied from X11R6/contrib/clients/cxterm.
Kenichi Handa <handa@m17n.org>
parents:
54836
diff
changeset
|
6 PROMPT: ȫǡ |
25930 | 7 # |
8 COMMENT Copyright 1991 by Yongguang Zhang. (ygz@cs.purdue.edu) | |
9 COMMENT Permission to use/modify/copy for any purpose is hereby granted. | |
10 COMMENT Absolutely no warranties. | |
11 # define keys | |
12 VALIDINPUTKEY: \040!"\043$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMN | |
13 VALIDINPUTKEY: OPQRSTUVWXYZ[\134]^_`abcdefghijklmnopqrstuvwxyz{|}~ | |
14 # the following line must not be removed | |
15 BEGINDICTIONARY | |
16 # | |
17 \040 | |
18 ! | |
19 " | |
20 \043 | |
21 $ | |
22 % | |
23 & | |
24 ' | |
25 ( | |
26 ) | |
27 * | |
28 + | |
29 , | |
30 - | |
31 . | |
32 / | |
33 0 | |
34 1 | |
35 2 | |
36 3 | |
37 4 | |
38 5 | |
39 6 | |
40 7 | |
41 8 | |
42 9 | |
43 : | |
44 ; | |
45 < | |
46 = | |
47 > | |
48 ? | |
49 @ | |
50 A | |
51 B | |
52 C | |
53 D | |
54 E | |
55 F | |
56 G | |
57 H | |
58 I | |
59 J | |
60 K | |
61 L | |
62 M | |
63 N | |
64 O | |
65 P | |
66 Q | |
67 R | |
68 S | |
69 T | |
70 U | |
71 V | |
72 W | |
73 X | |
74 Y | |
75 Z | |
76 [ | |
77 \134 | |
78 ] | |
79 ^ | |
80 _ | |
81 ` | |
82 a | |
83 b | |
84 c | |
85 d | |
86 e | |
87 f | |
88 g | |
89 h | |
90 i | |
91 j | |
92 k | |
93 l | |
94 m | |
95 n | |
96 o | |
97 p | |
98 q | |
99 r | |
100 s | |
101 t | |
102 u | |
103 v | |
104 w | |
105 x | |
106 y | |
107 z | |
108 { | |
109 | | |
110 } | |
111 ~ | |
52401 | 112 |
113 # arch-tag: 3ee780cd-600a-49e7-a77b-85b898adc205 |