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