sync to xemacs-21.2.37 but STILL BUGGY
[chise/xemacs-chise.git] / lisp / mule / chinese.el
1 ;;; chinese.el --- Support for Chinese -*- coding: iso-2022-7bit; -*-
2
3 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
5 ;; Copyright (C) 1997 MORIOKA Tomohiko
6
7 ;; Keywords: multilingual, Chinese
8
9 ;; This file is part of XEmacs.
10
11 ;; XEmacs is free software; you can redistribute it and/or modify it
12 ;; under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; XEmacs is distributed in the hope that it will be useful, but
17 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 ;; General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with XEmacs; see the file COPYING.  If not, write to the Free
23 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
24 ;; 02111-1307, USA.
25
26 ;;; Commentary:
27
28 ;; For Chinese, three character sets GB2312, BIG5, and CNS11643 are
29 ;; supported.
30
31 ;;; Code:
32
33 ;; Syntax of Chinese characters.
34 (modify-syntax-entry 'chinese-gb2312 "w")
35 (loop for row in '(33 34 41)
36       do (modify-syntax-entry `[chinese-gb2312 ,row] "."))
37 ;;(loop for row from 35 to  40
38 ;;      do (modify-syntax-entry `[chinese-gb2312 ,row] "w"))
39 ;;(loop for row from 42 to 126
40 ;;      do (modify-syntax-entry `[chinese-gb2312 ,row] "w"))
41
42 (modify-syntax-entry 'chinese-cns11643-1 "w")
43 (modify-syntax-entry 'chinese-cns11643-2 "w")
44 (modify-syntax-entry 'chinese-cns11643-3 "w")
45 (modify-syntax-entry 'chinese-cns11643-4 "w")
46 (modify-syntax-entry 'chinese-cns11643-5 "w")
47 (modify-syntax-entry 'chinese-cns11643-6 "w")
48 (modify-syntax-entry 'chinese-cns11643-7 "w")
49 (modify-syntax-entry 'chinese-big5-1 "w")
50 (modify-syntax-entry 'chinese-big5-2 "w")
51
52 (modify-category-entry 'chinese-cns11643-3 ?t)
53 (modify-category-entry 'chinese-cns11643-4 ?t)
54 (modify-category-entry 'chinese-cns11643-5 ?t)
55 (modify-category-entry 'chinese-cns11643-6 ?t)
56 (modify-category-entry 'chinese-cns11643-7 ?t)
57
58 ;; If you prefer QUAIL to EGG, please modify below as you wish.
59 ;;(when (and (featurep 'egg) (featurep 'wnn))
60 ;;  (setq wnn-server-type 'cserver)
61 ;;  (load "pinyin")
62 ;;  (setq its:*standard-modes*
63 ;;        (cons (its:get-mode-map "PinYin") its:*standard-modes*)))
64 \f
65 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
66 ;;; Chinese (general)
67 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
68
69 ;; (make-coding-system
70 ;;  'iso-2022-cn 2 ?C
71 ;;  "ISO 2022 based 7bit encoding for Chinese GB and CNS (MIME:ISO-2022-CN)"
72 ;;  '(ascii
73 ;;    (nil chinese-gb2312 chinese-cns11643-1)
74 ;;    (nil chinese-cns11643-2)
75 ;;    nil
76 ;;    nil ascii-eol ascii-cntl seven locking-shift single-shift nil nil nil
77 ;;    init-bol)
78 ;;  '((safe-charsets ascii chinese-gb2312 chinese-cns11643-1 chinese-cns11643-2)
79 ;;    (mime-charset . iso-2022-cn)))
80
81 ;; (define-coding-system-alias 'chinese-iso-7bit 'iso-2022-cn)
82
83 ;; (make-coding-system
84 ;;  'iso-2022-cn-ext 2 ?C
85 ;;  "ISO 2022 based 7bit encoding for Chinese GB and CNS (MIME:ISO-2022-CN-EXT)"
86 ;;  '(ascii
87 ;;    (nil chinese-gb2312 chinese-cns11643-1)
88 ;;    (nil chinese-cns11643-2)
89 ;;    (nil chinese-cns11643-3 chinese-cns11643-4 chinese-cns11643-5
90 ;;         chinese-cns11643-6 chinese-cns11643-7)
91 ;;    nil ascii-eol ascii-cntl seven locking-shift single-shift nil nil nil
92 ;;    init-bol)
93 ;;  '((safe-charsets ascii chinese-gb2312 chinese-cns11643-1 chinese-cns11643-2
94 ;;                   chinese-cns11643-3 chinese-cns11643-4 chinese-cns11643-5
95 ;;                   chinese-cns11643-6 chinese-cns11643-7)
96 ;;    (mime-charset . iso-2022-cn-ext)))
97
98 \f
99 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
100 ;;; Chinese GB2312 (simplified) 
101 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
102
103 ;; (make-coding-system
104 ;;  'chinese-iso-8bit 2 ?c
105 ;;  "ISO 2022 based EUC encoding for Chinese GB2312 (MIME:CN-GB-2312)"
106 ;;  '(ascii chinese-gb2312 nil nil
107 ;;    nil ascii-eol ascii-cntl nil nil nil nil)
108 ;;  '((safe-charsets ascii chinese-gb2312)
109 ;;    (mime-charset . cn-gb-2312)))
110
111 (make-coding-system
112  'cn-gb-2312 'iso2022
113  "Coding-system of Chinese EUC (Extended Unix Code)."
114  '(charset-g0 ascii
115    charset-g1 chinese-gb2312
116    charset-g2 sisheng
117    charset-g3 t
118    mnemonic "Zh-GB/EUC"
119    ))
120
121 ;; (define-coding-system-alias 'cn-gb-2312 'chinese-iso-8bit)
122 ;; (define-coding-system-alias 'euc-china 'chinese-iso-8bit)
123 ;; (define-coding-system-alias 'euc-cn 'chinese-iso-8bit)
124
125 (define-coding-system-alias 'gb2312 'cn-gb-2312)
126 (define-coding-system-alias 'chinese-euc 'cn-gb-2312)
127
128 ;; (make-coding-system
129 ;;  'chinese-hz 0 ?z
130 ;;  "Hz/ZW 7-bit encoding for Chinese GB2312 (MIME:HZ-GB-2312)"
131 ;;  nil
132 ;;  '((safe-charsets ascii chinese-gb2312)
133 ;;    (mime-charset . hz-gb-2312)
134 ;;    (post-read-conversion . post-read-decode-hz)
135 ;;    (pre-write-conversion . pre-write-encode-hz)))
136 ;; (put 'chinese-hz 'post-read-conversion 'post-read-decode-hz)
137 ;; (put 'chinese-hz 'pre-write-conversion 'pre-write-encode-hz)
138
139 (make-coding-system
140  'hz-gb-2312 'no-conversion
141  "Coding-system of Hz/ZW used for Chinese."
142  '(mnemonic "Zh-GB/Hz"
143    eol-type lf
144    post-read-conversion post-read-decode-hz
145    pre-write-conversion pre-write-encode-hz))
146
147 ;; (define-coding-system-alias 'hz-gb-2312 'chinese-hz)
148 ;; (define-coding-system-alias 'hz 'chinese-hz)
149
150 (define-coding-system-alias 'hz 'hz-gb-2312)
151
152 (defun post-read-decode-hz (len)
153   (let ((pos (point))
154         (buffer-modified-p (buffer-modified-p))
155         last-coding-system-used)
156     (prog1
157         (decode-hz-region pos (+ pos len))
158       (set-buffer-modified-p buffer-modified-p))))
159
160 (defun pre-write-encode-hz (from to)
161   (let ((buf (current-buffer)))
162     (set-buffer (generate-new-buffer " *temp*"))
163     (if (stringp from)
164         (insert from)
165       (insert-buffer-substring buf from to))
166     (let (last-coding-system-used)
167       (encode-hz-region 1 (point-max)))
168     nil))
169            
170 (set-language-info-alist
171  "Chinese-GB" '((setup-function . setup-chinese-gb-environment-internal)
172                 (charset chinese-gb2312 sisheng)
173                 (coding-system cn-gb-2312 iso-2022-7bit hz-gb-2312)
174                 (coding-priority cn-gb-2312 big5 iso-2022-7bit)
175                 (input-method . "chinese-py-punct")
176                 (features china-util)
177                 (sample-text . "Chinese (\e$AVPND\e(B,\e$AFUM(;0\e(B,\e$A::So\e(B)    \e$ADc:C\e(B")
178                 (documentation . "Support for Chinese GB2312 character set."))
179  '("Chinese"))
180
181 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
182 ;; Chinese BIG5 (traditional)
183 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
184
185 ;; (make-coding-system
186 ;;  'chinese-big5 3 ?B "BIG5 8-bit encoding for Chinese (MIME:CN-BIG5)"
187 ;;  nil
188 ;;  '((safe-charsets ascii chinese-big5-1 chinese-big5-2)
189 ;;    (mime-charset . cn-big5)
190 ;;    (charset-origin-alist (chinese-big5-1  "BIG5" encode-big5-char)
191 ;;                          (chinese-big5-2  "BIG5" encode-big5-char))))
192
193 (make-coding-system
194  'big5 'big5
195  "Coding-system of BIG5."
196  '(mnemonic "Zh/Big5"))
197
198 ;; (define-coding-system-alias 'big5 'chinese-big5)
199 ;; (define-coding-system-alias 'cn-big5 'chinese-big5)
200
201 (define-coding-system-alias 'cn-big5 'big5)
202
203 ;; Big5 font requires special encoding.
204 (define-ccl-program ccl-encode-big5-font
205   `(0
206     ;; In:  R0:chinese-big5-1 or chinese-big5-2
207     ;;      R1:position code 1
208     ;;      R2:position code 2
209     ;; Out: R1:font code point 1
210     ;;      R2:font code point 2
211     ((r2 = ((((r1 - ?\x21) * 94) + r2) - ?\x21))
212      (if (r0 == ,(charset-id 'chinese-big5-2)) (r2 += 6280))
213      (r1 = ((r2 / 157) + ?\xA1))
214      (r2 %= 157)
215      (if (r2 < ?\x3F) (r2 += ?\x40) (r2 += ?\x62))))
216   "CCL program to encode a Big5 code to code point of Big5 font.")
217
218 ;; (setq font-ccl-encoder-alist
219 ;;       (cons (cons "big5" ccl-encode-big5-font) font-ccl-encoder-alist))
220
221 (set-charset-ccl-program 'chinese-big5-1 'ccl-encode-big5-font)
222 (set-charset-ccl-program 'chinese-big5-2 'ccl-encode-big5-font)
223
224 (set-language-info-alist
225  "Chinese-BIG5" '((charset chinese-big5-1 chinese-big5-2)
226                   (coding-system big5 iso-2022-7bit)
227                   (coding-priority big5 cn-gb-2312 iso-2022-7bit)
228                   (input-method . "chinese-py-punct-b5")
229                   (features china-util)
230                   (sample-text . "Cantonese (\e$(0GnM$\e(B,\e$(0N]0*Hd\e(B) \e$(0*/=(\e(B, \e$(0+$)p\e(B")
231                   (documentation . "Support for Chinese Big5 character set."))
232  '("Chinese"))
233
234 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
235 ;; Chinese CNS11643 (traditional)
236 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
237
238 ;; (set-language-info-alist
239 ;;  "Chinese-CNS" '((charset chinese-cns11643-1 chinese-cns11643-2
240 ;;                           chinese-cns11643-3 chinese-cns11643-4
241 ;;                           chinese-cns11643-5 chinese-cns11643-6
242 ;;                           chinese-cns11643-7)
243 ;;                  (coding-system iso-2022-cn)
244 ;;                  (coding-priority iso-2022-cn chinese-big5 chinese-iso-8bit)
245 ;;                  (features china-util)
246 ;;                  (input-method . "chinese-cns-quick")
247 ;;                  (documentation . "Support for Chinese CNS character sets."))
248 ;;  '("Chinese"))
249
250 ;;; chinese.el ends here