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