Merge r21-4-11-chise-0_20-=ucs.
[chise/xemacs-chise.git.1] / lisp / mule / mule-conf.el
1 ;;; mule-conf.el --- configure multilingual environment
2
3 ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
5 ;; Copyright (C) 1997,1999,2000,2002,2003 MORIOKA Tomohiko
6
7 ;; Keywords: mule, multilingual, character set, coding system
8
9 ;; This file is part of XEmacs.
10
11 ;; XEmacs is free software; you can redistribute it and/or modify
12 ;; it 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,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 ;; GNU 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
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA.
25
26 ;;; Code:
27
28 ;; PinYin-ZhuYin
29 (make-charset 'sisheng "PinYin-ZhuYin"
30               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
31                 dimension 1
32                 chars 94
33                 final ?0
34                 graphic 0
35                 ))
36
37 ;; Lao script.
38 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
39 (make-charset 'lao "Lao script"
40               '(registry "MuleLao-1"
41                 dimension 1
42                 chars 94
43                 final ?1
44                 graphic 1))
45
46 ;; IPA (International Phonetic Alphabet)
47 (make-charset 'ipa "International Phonetic Alphabet"
48               '(registry "MuleIPA"
49                 dimension 1
50                 chars 96
51                 final ?0
52                 graphic 1))
53
54 ;; Ethiopic
55 (make-charset 'ethiopic "Ethiopic"
56               '(registry "Ethio"
57                 dimension 2
58                 chars 94
59                 final ?3
60                 graphic 0
61                 ))
62
63 ;; ISO-IR-165 (CCITT Extended GB)
64 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
65 ;;    GB 8565-88 table A4 + 293 characters.
66 (make-charset
67  'chinese-isoir165
68  "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
69  `(registry "isoir165"
70    dimension 2
71    chars 94
72    final ?E
73    graphic 0))
74
75 ;; CNS11643 Plane3 thru Plane7
76 ;; These represent more and more obscure Chinese characters.
77 ;; By the time you get to Plane 7, we're talking about characters
78 ;; that appear once in some ancient manuscript and whose meaning
79 ;; is unknown.
80
81 (flet
82     ((make-chinese-cns11643-charset
83       (name plane final)
84       (make-charset
85        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
86        `(registry 
87          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
88          dimension 2
89          chars 94
90          final ,final
91          graphic 0))
92       ))
93   (make-chinese-cns11643-charset 'chinese-cns11643-3 "3" ?I)
94   (make-chinese-cns11643-charset 'chinese-cns11643-4 "4" ?J)
95   (make-chinese-cns11643-charset 'chinese-cns11643-5 "5" ?K)
96   (make-chinese-cns11643-charset 'chinese-cns11643-6 "6" ?L)
97   (make-chinese-cns11643-charset 'chinese-cns11643-7 "7" ?M)
98   )
99
100 ;; JIS X 0213:2000
101 (if (featurep 'utf-2000)
102     (progn
103       (make-charset
104        '=jis-x0213-1-2000
105        "JIS X 0213:2000 Plain 1"
106        '(registry "jisx0213\\(\\.2000\\)-1"
107                   dimension 2
108                   chars 94
109                   mother =jis-x0208-1990
110                   final ?O
111                   graphic 0))
112       (make-charset
113        '=jis-x0213-2-2000
114        "JIS X 0213:2000 Plain 2"
115        '(registry "jisx0213\\(\\.2000\\)-2"
116                   dimension 2
117                   chars 94
118                   final ?P
119                   graphic 0))
120       (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1-2000)
121       (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2-2000)
122       )
123   (make-charset
124    'japanese-jisx0213-1
125    "JIS X 0213:2000 Plain 1"
126    '(registry "jisx0213\\(\\.2000\\)-1"
127               dimension 2
128               chars 94
129               final ?O
130               graphic 0))
131   (make-charset
132    'japanese-jisx0213-2
133    "JIS X 0213:2000 Plain 2"
134    '(registry "jisx0213\\(\\.2000\\)-2"
135               dimension 2
136               chars 94
137               final ?P
138               graphic 0))
139   )
140
141 (when (featurep 'utf-2000)
142   (define-charset-alias 'ucs '=ucs)
143   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208-1990)
144   (make-charset 'ucs-gb
145                 "UCS for GB"
146                 `(long-name     "ISO/IEC 10646 for GB"
147                   chars         256
148                   dimension     3
149                   columns       2
150                   graphic       2
151                   direction     l2r
152                   mother        =ucs))
153   (make-charset 'ucs-cns
154                 "UCS for CNS"
155                 `(long-name     "ISO/IEC 10646 for CNS 11643"
156                   chars         256
157                   dimension     3
158                   columns       2
159                   graphic       2
160                   direction     l2r
161                   mother        =ucs))
162   (make-charset 'ucs-jis
163                 "UCS for JIS"
164                 `(long-name     "ISO/IEC 10646 for JIS X0208/0212/0213"
165                   chars         256
166                   dimension     3
167                   columns       2
168                   graphic       2
169                   direction     l2r
170                   mother        =ucs))
171   (make-charset '=ucs-jis-1990
172                 "UCS for JIS:1990"
173                 `(long-name     "ISO/IEC 10646 for JIS X 0208/0212:1990"
174                   chars         256
175                   dimension     3
176                   columns       2
177                   graphic       2
178                   direction     l2r
179                   mother        ucs-jis))
180   (make-charset '=ucs-jis-2000
181                 "UCS for JIS:2000"
182                 `(long-name     "ISO/IEC 10646 for JIS X 0213:2000"
183                   chars         256
184                   dimension     3
185                   columns       2
186                   graphic       2
187                   direction     l2r
188                   mother        ucs-jis))
189   (make-charset 'ucs-ks
190                 "UCS for KS"
191                 `(long-name     "ISO/IEC 10646 for Korean Standards"
192                   chars         256
193                   dimension     3
194                   columns       2
195                   graphic       2
196                   direction     l2r
197                   mother        =ucs))
198   (make-charset 'ucs-big5
199                 "UCS for Big5"
200                 `(long-name     "ISO/IEC 10646 for Big5"
201                   chars         256
202                   dimension     3
203                   columns       2
204                   graphic       2
205                   direction     l2r
206                   mother        =ucs))
207
208   (make-charset 'ideograph-daikanwa-2
209                 "Daikanwa Rev."
210                 `(long-name     "Daikanwa dictionary (revised version)"
211                   chars         256
212                   dimension     2
213                   columns       2
214                   graphic       2
215                   direction     l2r
216                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"))
217
218   (make-charset 'ideograph-daikanwa
219                 "Daikanwa"
220                 `(long-name     "Daikanwa dictionary (revised version 2)"
221                   chars         256
222                   dimension     2
223                   columns       2
224                   graphic       2
225                   direction     l2r
226                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
227                   min-code      #xE00000
228                   max-code      ,(+ #xE00000 50100)
229                   code-offset   #xE00000))
230
231   (make-charset '=big5-pua
232                 "Big5-PUA"
233                 `(long-name     "Big5 with private used area"
234                   chars         256
235                   dimension     2
236                   columns       2
237                   graphic       2
238                   direction     l2r
239                   mother        chinese-big5
240                   registry      "Big5\\.ETEN"))
241   (define-charset-alias 'chinese-big5-pua '=big5-pua)
242   (make-charset '=big5-eten
243                 "Big5-ETEN"
244                 `(long-name     "Big5 ETEN"
245                   chars         256
246                   dimension     2
247                   columns       2
248                   graphic       2
249                   direction     l2r
250                   mother        chinese-big5
251                   min-code      #x8140
252                   max-code      #xFEFE
253                   registry      "Big5\\.ETEN"))
254   (define-charset-alias 'chinese-big5-eten '=big5-eten)
255   (make-charset 'chinese-big5-eten-a
256                 "Big5-ETEN-a"
257                 `(long-name     "Big5 ETEN (#xF9D6 .. #xF9FE)"
258                   chars         256
259                   dimension     2
260                   columns       2
261                   graphic       2
262                   direction     l2r
263                   mother        chinese-big5
264                   min-code      #xF9D6
265                   max-code      #xF9FE
266                   registry      "Big5\\.ETEN"))
267   (make-charset 'chinese-big5-eten-b
268                 "Big5-ETEN-b"
269                 `(long-name     "Big5 ETEN (#xC6A1 .. #xC8FE)"
270                   chars         256
271                   dimension     2
272                   columns       2
273                   graphic       2
274                   direction     l2r
275                   mother        chinese-big5
276                   min-code      #xC6A1
277                   max-code      #xC8FE
278                   registry      "Big5\\.ETEN"))
279   (make-charset '=big5-cdp
280                 "Big5-CDP"
281                 `(long-name     "Big5 with CDP extension"
282                   chars         256
283                   dimension     2
284                   columns       2
285                   graphic       2
286                   direction     l2r
287                   registry      "big5\\.cdp-0"
288                   mother        chinese-big5
289                   min-code      #x8140
290                   max-code      #x8DFE))
291   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
292   (let* ((i 1)
293          (hzk-min (+ (lsh #x6200 16) 65536))
294          (hzk-max (+ hzk-min 65535)))
295     (while (<= i 12)
296       (make-charset
297        (intern (format "=hanziku-%d" i))
298        (format "HANZIKU-%d" i)
299        `(long-name ,(format "HANZIKU (pseudo BIG5 encoding) part %d" i)
300                    chars 256
301                    dimension 2
302                    columns 2
303                    graphic 2
304                    direction l2r
305                    registry ,(format "hanziku-%d$" i i)
306                    min-code ,hzk-min
307                    max-code ,hzk-max
308                    code-offset ,hzk-min))
309       (define-charset-alias
310         (intern (format "ideograph-hanziku-%d" i))
311         (intern (format "=hanziku-%d" i)))
312       (setq hzk-min (1+ hzk-max)
313             hzk-max (+ hzk-min 65535))
314       (setq i (1+ i))))
315
316   (make-charset '=gt
317                 "GT"
318                 `(long-name     "GT 2000"
319                   chars         256
320                   dimension     3
321                   columns       2
322                   graphic       2
323                   direction     l2r
324                   registry      ""
325                   min-code      ,(lsh #x6100 16)
326                   max-code      ,(+ (lsh #x6100 16) 67547)
327                   code-offset   ,(lsh #x6100 16)))
328   (define-charset-alias 'ideograph-gt '=gt)
329   (make-charset '=gt-k
330                 "GT parts"
331                 `(long-name     "Ideographic parts of GT"
332                   chars         256
333                   dimension     2
334                   columns       2
335                   graphic       2
336                   direction     l2r
337                   registry      ""
338                   min-code      ,(lsh #x6110 16)
339                   max-code      ,(+ (lsh #x6110 16) 17090)
340                   code-offset   ,(lsh #x6110 16)))
341   (define-charset-alias 'ideograph-gt-k '=gt-k)
342   (let ((i 1))
343     (while (<= i 11)
344       (make-charset
345        (intern (format "=gt-pj-%d" i))
346        (format "GT PJ %d" i)
347        `(long-name ,(format "GT 2000 (pseudo JIS encoding) part %d" i)
348                    chars 94
349                    dimension 2
350                    columns 2
351                    graphic 0
352                    direction l2r
353                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
354       (define-charset-alias
355         (intern (format "ideograph-gt-pj-%d" i))
356         (intern (format "=gt-pj-%d" i)))
357       (setq i (1+ i))))
358   (make-charset
359    '=gt-pj-k1
360    "GT K1"
361    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 1"
362                chars 94
363                dimension 2
364                columns 2
365                graphic 0
366                direction l2r
367                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
368   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
369   (make-charset
370    '=gt-pj-k2
371    "GT K2"
372    `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 2"
373                chars 94
374                dimension 2
375                columns 2
376                graphic 0
377                direction l2r
378                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
379   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
380   (make-charset '=cbeta "CBETA PUA"
381                 '(long-name     "CBETA private characters"
382                   chars         256
383                   dimension     2
384                   registry      "cbeta-0"
385                   graphic       2
386                   min-code      #xE20000
387                   max-code      #xE2FFFF
388                   code-offset   #xE20000
389                   columns       2
390                   direction     l2r))
391   (define-charset-alias 'ideograph-cbeta '=cbeta)
392   (make-charset '=jef-china3
393                 "JEF + CHINA3"
394                 `(long-name     "JEF + CHINA3 private characters"
395                   chars         256
396                   dimension     2
397                   columns       2
398                   graphic       2
399                   direction     l2r
400                   registry      "china3jef-0"
401                   min-code      #xE80000
402                   max-code      #xE8FFFF
403                   code-offset   #xE80000))
404   (define-charset-alias 'china3-jef '=jef-china3)
405   )
406
407 ;;; mule-conf.el ends here