comparison lisp/leim/quail/qj.el @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +0200
parents
children 3bb7ccffb0c0
comparison
equal deleted inserted replaced
154:94141801dd7e 155:43dd3413c7c7
1 ;; Quail package `qj' generated by the command `titdic-convert'
2 ;; Date: Fri Aug 23 21:58:57 1996
3 ;; Original TIT dictionary file: QJ.tit
4
5 ;;; Comment:
6
7 ;; Do byte-compile this file again after any modification.
8
9 ;;; Start of the header of original TIT dictionary.
10
11 ;; # $Id: qj.el,v 1.2 1997/06/06 00:57:09 steve Exp $
12 ;; # HANZI input table for cxterm
13 ;; # To be used by cxterm, convert me to .cit format first
14 ;; # .cit version 1
15 ;; ENCODE: GB
16 ;; MULTICHOICE: NO
17 ;; PROMPT: $A::WVJdHk!KH+=G!K(B#
18 ;; #
19 ;; COMMENT Copyright 1991 by Yongguang Zhang. (ygz@cs.purdue.edu)
20 ;; COMMENT Permission to use/modify/copy for any purpose is hereby granted.
21 ;; COMMENT Absolutely no warranties.
22 ;; # define keys
23 ;; VALIDINPUTKEY: \040!"\043$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMN
24 ;; VALIDINPUTKEY: OPQRSTUVWXYZ[\134]^_`abcdefghijklmnopqrstuvwxyz{|}~
25 ;; # the following line must not be removed
26 ;; BEGINDICTIONARY
27
28 ;;; End of the header of original TIT dictionary.
29
30 ;;; Code:
31
32 (require 'quail)
33
34 (quail-define-package "quail-qj" "Chinese-GB" "$AH+=G(B"
35 nil
36 "$A::WVJdHk!KH+=G!K(B#
37 Copyright 1991 by Yongguang Zhang. (ygz@cs.purdue.edu)
38 Permission to use/modify/copy for any purpose is hereby granted.
39 Absolutely no warranties.
40 "
41 '(("\C-?" . quail-delete-last-char)
42 ("\C-M" . quail-abort-translation)
43 ("\C-U" . quail-abort-translation)
44 ("." . quail-next-translation)
45 (">" . quail-next-translation)
46 ("," . quail-prev-translation)
47 ("<" . quail-prev-translation))
48 nil t nil nil)
49
50 (quail-define-rules
51 ;; #
52 ("\\040" "$A!!(B")
53 ("!" "$A#!(B")
54 ("\"" "$A#"(B")
55 ("\\043" "$A##(B")
56 ("$" "$A#$(B")
57 ("%" "$A#%(B")
58 ("&" "$A#&(B")
59 ("'" "$A#'(B")
60 ("(" "$A#((B")
61 (")" "$A#)(B")
62 ("*" "$A#*(B")
63 ("+" "$A#+(B")
64 ("," "$A#,(B")
65 ("-" "$A#-(B")
66 ("." "$A#.(B")
67 ("/" "$A#/(B")
68 ("0" "$A#0(B")
69 ("1" "$A#1(B")
70 ("2" "$A#2(B")
71 ("3" "$A#3(B")
72 ("4" "$A#4(B")
73 ("5" "$A#5(B")
74 ("6" "$A#6(B")
75 ("7" "$A#7(B")
76 ("8" "$A#8(B")
77 ("9" "$A#9(B")
78 (":" "$A#:(B")
79 (";" "$A#;(B")
80 ("<" "$A#<(B")
81 ("=" "$A#=(B")
82 (">" "$A#>(B")
83 ("?" "$A#?(B")
84 ("@" "$A#@(B")
85 ("A" "$A#A(B")
86 ("B" "$A#B(B")
87 ("C" "$A#C(B")
88 ("D" "$A#D(B")
89 ("E" "$A#E(B")
90 ("F" "$A#F(B")
91 ("G" "$A#G(B")
92 ("H" "$A#H(B")
93 ("I" "$A#I(B")
94 ("J" "$A#J(B")
95 ("K" "$A#K(B")
96 ("L" "$A#L(B")
97 ("M" "$A#M(B")
98 ("N" "$A#N(B")
99 ("O" "$A#O(B")
100 ("P" "$A#P(B")
101 ("Q" "$A#Q(B")
102 ("R" "$A#R(B")
103 ("S" "$A#S(B")
104 ("T" "$A#T(B")
105 ("U" "$A#U(B")
106 ("V" "$A#V(B")
107 ("W" "$A#W(B")
108 ("X" "$A#X(B")
109 ("Y" "$A#Y(B")
110 ("Z" "$A#Z(B")
111 ("[" "$A#[(B")
112 ("\\134" "$A#\(B")
113 ("]" "$A#](B")
114 ("^" "$A#^(B")
115 ("_" "$A#_(B")
116 ("`" "$A#`(B")
117 ("a" "$A#a(B")
118 ("b" "$A#b(B")
119 ("c" "$A#c(B")
120 ("d" "$A#d(B")
121 ("e" "$A#e(B")
122 ("f" "$A#f(B")
123 ("g" "$A#g(B")
124 ("h" "$A#h(B")
125 ("i" "$A#i(B")
126 ("j" "$A#j(B")
127 ("k" "$A#k(B")
128 ("l" "$A#l(B")
129 ("m" "$A#m(B")
130 ("n" "$A#n(B")
131 ("o" "$A#o(B")
132 ("p" "$A#p(B")
133 ("q" "$A#q(B")
134 ("r" "$A#r(B")
135 ("s" "$A#s(B")
136 ("t" "$A#t(B")
137 ("u" "$A#u(B")
138 ("v" "$A#v(B")
139 ("w" "$A#w(B")
140 ("x" "$A#x(B")
141 ("y" "$A#y(B")
142 ("z" "$A#z(B")
143 ("{" "$A#{(B")
144 ("|" "$A#|(B")
145 ("}" "$A#}(B")
146 ("~" "$A#~(B")
147 )