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