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