1 ;;; mule-conf.el --- configure multilingual environment
3 ;; Copyright (C) 1995,1999 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
5 ;; Copyright (C) 1997,1999,2000,2002,2003,2004 MORIOKA Tomohiko
7 ;; Keywords: mule, multilingual, character set, coding system
9 ;; This file is part of XEmacs.
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)
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.
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.
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)
39 (make-charset 'sisheng "PinYin-ZhuYin"
40 '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
48 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
49 (make-charset 'lao "Lao script"
50 '(registry "MuleLao-1"
56 ;; IPA (International Phonetic Alphabet)
57 (make-charset 'ipa "International Phonetic Alphabet"
65 (make-charset 'ethiopic "Ethiopic"
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)
78 (make-charset '=iso-ir165
79 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
87 (define-charset-alias 'chinese-isoir165 '=iso-ir165))
88 (make-charset 'chinese-isoir165
89 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
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
104 ((make-chinese-cns11643-charset
105 (name iso-ir plane final)
107 name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
110 ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
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)
129 (if (featurep 'utf-2000)
133 "JIS X 0213:2000 Plain 1"
135 registry "jisx0213\\(\\.2000\\)-1"
138 mother =jis-x0208-1990
143 "JIS X 0213:2000 Plain 2"
145 registry "jisx0213\\(\\.2000\\)-2"
150 (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1-2000)
151 (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2-2000)
155 "JIS X 0213:2000 Plain 1"
156 '(registry "jisx0213\\(\\.2000\\)-1"
163 "JIS X 0213:2000 Plain 2"
164 '(registry "jisx0213\\(\\.2000\\)-2"
171 (when (featurep 'utf-2000)
172 (define-charset-alias 'ucs '=ucs)
173 (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208-1990)
175 (make-charset '=big5-cdp
177 `(long-name "Big5 with CDP extension"
183 registry "big5\\.cdp-0"
187 (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
191 `(long-name "GT 2000"
198 min-code ,(lsh #x6100 16)
199 max-code ,(+ (lsh #x6100 16) 67547)
200 code-offset ,(lsh #x6100 16)))
201 (define-charset-alias 'ideograph-gt '=gt)
204 `(long-name "Ideographic parts of GT"
211 min-code ,(lsh #x6110 16)
212 max-code ,(+ (lsh #x6110 16) 17090)
213 code-offset ,(lsh #x6110 16)))
214 (define-charset-alias 'ideograph-gt-k '=gt-k)
218 (intern (format "=gt-pj-%d" i))
219 (format "GT PJ %d" i)
220 `(long-name ,(format "GT 2000 (pseudo JIS encoding) part %d" i)
226 registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
227 (define-charset-alias
228 (intern (format "ideograph-gt-pj-%d" i))
229 (intern (format "=gt-pj-%d" i)))
234 `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 1"
240 registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
241 (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
245 `(long-name "Ideographic parts of GT (pseudo JIS encoding) part 2"
251 registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
252 (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
254 (make-charset '=daikanwa
256 `(long-name "Daikanwa dictionary (revised version 2)"
262 registry "Daikanwa\\(\\.[0-9]+\\)?-3"
264 max-code ,(+ #xE00000 50100)
265 code-offset #xE00000))
266 (define-charset-alias 'ideograph-daikanwa '=daikanwa)
268 (make-charset '=daikanwa-rev1
270 `(long-name "Daikanwa dictionary (revised version)"
276 registry "Daikanwa\\(\\.[0-9]+\\)?-2"))
277 (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa-rev1)
279 (make-charset '=daikanwa-rev2
281 `(long-name "Daikanwa dictionary (revised version 2)"
287 registry "Daikanwa\\(\\.[0-9]+\\)?-3"
289 max-code ,(+ #xE00000 50100)
290 code-offset #xE00000))
292 (make-charset '=big5-pua
294 `(long-name "Big5 with private used area"
301 registry "Big5\\.ETEN"))
302 (define-charset-alias 'chinese-big5-pua '=big5-pua)
303 (make-charset '=big5-eten
305 `(long-name "Big5 ETEN"
314 registry "Big5\\.ETEN"))
315 (define-charset-alias 'chinese-big5-eten '=big5-eten)
316 (make-charset 'chinese-big5-eten-a
318 `(long-name "Big5 ETEN (#xF9D6 .. #xF9FE)"
327 registry "Big5\\.ETEN"))
328 (make-charset 'chinese-big5-eten-b
330 `(long-name "Big5 ETEN (#xC6A1 .. #xC8FE)"
339 registry "Big5\\.ETEN"))
342 (hzk-min (+ (lsh #x6200 16) 65536))
343 (hzk-max (+ hzk-min 65535)))
346 (intern (format "=hanziku-%d" i))
347 (format "HANZIKU-%d" i)
348 `(long-name ,(format "HANZIKU (pseudo BIG5 encoding) part %d" i)
354 registry ,(format "hanziku-%d$" i i)
357 code-offset ,hzk-min))
358 (define-charset-alias
359 (intern (format "ideograph-hanziku-%d" i))
360 (intern (format "=hanziku-%d" i)))
361 (setq hzk-min (1+ hzk-max)
362 hzk-max (+ hzk-min 65535))
365 (make-charset '=cbeta "CBETA PUA"
366 '(long-name "CBETA private characters"
376 (define-charset-alias 'ideograph-cbeta '=cbeta)
378 (make-charset '=jef-china3
380 `(long-name "JEF + CHINA3 private characters"
386 registry "china3jef-0"
389 code-offset #xE80000))
390 (define-charset-alias 'china3-jef '=jef-china3)
392 (make-charset '=ruimoku-v6
394 `(long-name "private characters used in RUIMOKU"
402 min-code #xE90000 ; #xE000
403 max-code #xE908FF ; #xE8FF
404 code-offset ,(- #xE90000 #xE000)))
406 (make-charset '=ucs@iso
408 `(long-name "ISO/IEC 10646 for its representative glyphs"
415 (make-charset '=ucs@unicode
417 `(long-name "Unicode for its representative glyphs"
424 (make-charset '=ucs@gb
426 `(long-name "ISO/IEC 10646 for GB"
432 mother =ucs@unicode))
433 (define-charset-alias 'ucs-gb '=ucs@gb)
434 (make-charset '=ucs@cns
436 `(long-name "ISO/IEC 10646 for CNS 11643"
442 mother =ucs@unicode))
443 (define-charset-alias 'ucs-cns '=ucs@cns)
444 (make-charset '=ucs@jis
446 `(long-name "ISO/IEC 10646 for JIS X0208/0212/0213"
452 mother =ucs@unicode))
453 (define-charset-alias 'ucs-jis '=ucs@jis)
454 (make-charset '=ucs@jis-1990
456 `(long-name "ISO/IEC 10646 for JIS X 0208/0212:1990"
463 (define-charset-alias '=ucs-jis-1990 '=ucs@jis-1990)
464 (make-charset '=ucs@jis-2000
466 `(long-name "ISO/IEC 10646 for JIS X 0213:2000"
473 (define-charset-alias '=ucs-jis-2000 '=ucs@jis-2000)
474 (make-charset '=ucs@jp
476 `(long-name "UCS for common glyphs used in Japan"
482 mother =ucs@jis-2000))
483 (make-charset '=ucs@ks
485 `(long-name "ISO/IEC 10646 for Korean Standards"
491 mother =ucs@unicode))
492 (define-charset-alias 'ucs-ks '=ucs@ks)
493 (make-charset '=ucs@big5
495 `(long-name "ISO/IEC 10646 for Big5"
501 mother =ucs@unicode))
502 (define-charset-alias 'ucs-big5 '=ucs@big5)
507 `(long-name "CJK Radicals of UCS"
513 registry "-zh-.*-ucs-0"
515 min-code #x2E00 max-code #x2FFF))
517 '=ucs-radicals@unicode
519 `(long-name "CJK Radicals of UCS"
525 registry "-zh-.*-ucs-0"
527 min-code #x2E00 max-code #x2FFF))
531 `(long-name "CJK Characters in BMP of UCS"
537 registry "-zh-.*-ucs-0"
539 min-code #x2E00 max-code #xA4CF))
541 '=ucs-bmp-cjk@unicode
543 `(long-name "CJK Characters in BMP of Unicode"
549 registry "-zh-.*-ucs-0"
551 min-code #x2E00 max-code #xA4CF))
555 `(long-name "CJK Ideographs Extension B"
561 registry "\\(iso10646\\|ucs02\\)-2$"
563 min-code #x20000 max-code #x2A6D6
564 code-offset #x20000))
568 `(long-name "CJK Ideographs Extension B (ISO/IEC 10646-2)"
574 registry "\\(iso10646\\|ucs02\\)-2$"
576 min-code #x20000 max-code #x2A6D6
577 code-offset #x20000))
580 ;;; mule-conf.el ends here