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