5450149b89675cf04ead05388c952fdd2bf29b15
[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,2004,2005,2006 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 '=jis-x0208-1978          '=jis-x0208@1978)
29 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
30 (define-charset-alias 'chinese-gb2312           '=gb2312)
31 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
32 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
33 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
34 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
35 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
36 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
37 (define-charset-alias 'chinese-gb12345          '=gb12345)
38 (define-charset-alias 'chinese-big5             '=big5)
39
40 ;; PinYin-ZhuYin
41 (make-charset 'sisheng "PinYin-ZhuYin"
42               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
43                 dimension 1
44                 chars 94
45                 final ?0
46                 graphic 0
47                 ))
48
49 ;; Lao script.
50 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
51 (make-charset 'lao "Lao script"
52               '(registry "MuleLao-1"
53                 dimension 1
54                 chars 94
55                 final ?1
56                 graphic 1))
57
58 ;; IPA (International Phonetic Alphabet)
59 (make-charset 'ipa "International Phonetic Alphabet"
60               '(registry "MuleIPA"
61                 dimension 1
62                 chars 96
63                 final ?0
64                 graphic 1))
65
66 ;; Ethiopic
67 (make-charset 'ethiopic "Ethiopic"
68               '(registry "Ethio"
69                 dimension 2
70                 chars 94
71                 final ?3
72                 graphic 0
73                 ))
74
75 ;; ISO-IR-165 (CCITT Extended GB)
76 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
77 ;;    GB 8565-88 table A4 + 293 characters.
78 (if (featurep 'utf-2000)
79     (progn
80       (make-charset '=iso-ir165
81                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
82                     '(iso-ir 165
83                              dimension 2
84                              chars 94
85                              mother =gb2312
86                              final ?E
87                              registry "isoir165"
88                              graphic 0))
89       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
90   (make-charset 'chinese-isoir165
91                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
92                 '(iso-ir 165
93                          dimension 2
94                          chars 94
95                          final ?E
96                          registry "isoir165"
97                          graphic 0)))
98
99 ;; CNS11643 Plane3 thru Plane7
100 ;; These represent more and more obscure Chinese characters.
101 ;; By the time you get to Plane 7, we're talking about characters
102 ;; that appear once in some ancient manuscript and whose meaning
103 ;; is unknown.
104
105 (flet
106     ((make-chinese-cns11643-charset
107       (name iso-ir plane final)
108       (make-charset
109        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
110        `(iso-ir ,iso-ir
111          registry 
112          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
113          dimension 2
114          chars 94
115          final ,final
116          graphic 0))
117       ))
118   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
119   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
120   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
121   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
122   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
123   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
124   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
125   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
126   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
127   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
128   )
129
130 ;; JIS X 0213:2000
131 (if (featurep 'utf-2000)
132     (progn
133       (make-charset
134        '=jis-x0213-1-2000
135        "JIS X 0213:2000 Plain 1"
136        '(iso-ir 228
137                 registry "jisx0213\\(\\.2000\\)-1"
138                 dimension 2
139                 chars 94
140                 mother =jis-x0208@1990
141                 final ?O
142                 graphic 0))
143       (make-charset
144        '=jis-x0213-2-2000
145        "JIS X 0213:2000 Plain 2"
146        '(iso-ir 229
147                 registry "jisx0213\\(\\.2000\\)-2"
148                 dimension 2
149                 chars 94
150                 final ?P
151                 graphic 0))
152       (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1-2000)
153       (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2-2000)
154       )
155   (make-charset
156    'japanese-jisx0213-1
157    "JIS X 0213:2000 Plain 1"
158    '(registry "jisx0213\\(\\.2000\\)-1"
159               dimension 2
160               chars 94
161               final ?O
162               graphic 0))
163   (make-charset
164    'japanese-jisx0213-2
165    "JIS X 0213:2000 Plain 2"
166    '(registry "jisx0213\\(\\.2000\\)-2"
167               dimension 2
168               chars 94
169               final ?P
170               graphic 0))
171   )
172
173 (when (featurep 'utf-2000)
174   (define-charset-alias 'ucs '=ucs)
175   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
176   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
177   (make-charset
178    '=jis-x0208@1997
179    "JIS X 0208 based on the unification rule of 1997 edition."
180    '(registry "jisx0208\\.1990"
181               dimension 2
182               chars 94
183               mother =jis-x0208
184               ;; final ?B
185               graphic 0))
186   (make-charset
187    '=jis-x0208@1978/i1
188    "The first impression of JIS X 0208:1978."
189    '(registry "jisx0208\\.1978"
190               dimension 2
191               chars 94
192               mother =jis-x0208@1978
193               ;; final ?@
194               graphic 0))
195   (make-charset
196    '=jis-x0208@1978/i-4
197    "The second and third impressions of JIS X 0208:1978."
198    '(registry "jisx0208\\.1978"
199               dimension 2
200               chars 94
201               mother =jis-x0208@1978
202               ;; final ?@
203               graphic 0))
204
205   (make-charset '=big5-cdp
206                 "Big5 with CDP extension"
207                 '(long-name     "Big5-CDP"
208                   chars         256
209                   dimension     2
210                   columns       2
211                   graphic       2
212                   direction     l2r
213                   registry      "big5\\.cdp-0"
214                   mother        chinese-big5
215                   min-code      #x8140
216                   max-code      #x8DFE))
217   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
218
219   (make-charset '=gt
220                 "GT 2000"
221                 `(long-name     "GT"
222                   chars         256
223                   dimension     3
224                   columns       2
225                   graphic       2
226                   direction     l2r
227                   registry      ""
228                   min-code      ,(lsh #x6100 16)
229                   max-code      ,(+ (lsh #x6100 16) 67547)
230                   code-offset   ,(lsh #x6100 16)))
231   (define-charset-alias 'ideograph-gt '=gt)
232   (make-charset '=gt-k
233                 "Ideographic components of GT"
234                 `(long-name     "GT components"
235                   chars         256
236                   dimension     2
237                   columns       2
238                   graphic       2
239                   direction     l2r
240                   registry      ""
241                   min-code      ,(lsh #x6110 16)
242                   max-code      ,(+ (lsh #x6110 16) 17090)
243                   code-offset   ,(lsh #x6110 16)))
244   (define-charset-alias 'ideograph-gt-k '=gt-k)
245   (let ((i 1))
246     (while (<= i 11)
247       (make-charset
248        (intern (format "=gt-pj-%d" i))
249        (format "GT 2000 (pseudo JIS encoding) part %d" i)
250        `(long-name ,(format "GT PJ %d" i)
251                    chars 94
252                    dimension 2
253                    columns 2
254                    graphic 0
255                    direction l2r
256                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
257       (define-charset-alias
258         (intern (format "ideograph-gt-pj-%d" i))
259         (intern (format "=gt-pj-%d" i)))
260       (setq i (1+ i))))
261   (make-charset
262    '=gt-pj-k1
263    "Ideographic parts of GT (pseudo JIS encoding) part 1"
264    '(long-name "GT K1"
265                chars 94
266                dimension 2
267                columns 2
268                graphic 0
269                direction l2r
270                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
271   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
272   (make-charset
273    '=gt-pj-k2
274    "Ideographic parts of GT (pseudo JIS encoding) part 2"
275    '(long-name "GT K2"
276                chars 94
277                dimension 2
278                columns 2
279                graphic 0
280                direction l2r
281                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
282   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
283
284   (make-charset '=daikanwa
285                 "Daikanwa dictionary (revised version 2)"
286                 `(long-name     "Daikanwa"
287                   chars         256
288                   dimension     2
289                   columns       2
290                   graphic       2
291                   direction     l2r
292                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
293                   min-code      #xE00000
294                   max-code      ,(+ #xE00000 50100)
295                   code-offset   #xE00000))
296   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
297
298   (make-charset '=daikanwa@rev1
299                 "Daikanwa dictionary (revised version)"
300                 `(long-name     "Daikanwa Rev."
301                   chars         256
302                   dimension     2
303                   columns       2
304                   graphic       2
305                   direction     l2r
306                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
307                   mother        =daikanwa
308                   ))
309   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
310   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
311
312   (make-charset '=daikanwa@rev2
313                 "Daikanwa dictionary (revised version 2)"
314                 `(long-name     "Daikanwa"
315                   chars         256
316                   dimension     2
317                   columns       2
318                   graphic       2
319                   direction     l2r
320                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
321                   mother        =daikanwa
322                   min-code      1
323                   max-code      49964
324                   ;; min-code   #xE00000
325                   ;; max-code   ,(+ #xE00000 50100)
326                   ;; code-offset        #xE00000
327                   ))
328   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
329
330   (make-charset 'shinjigen-1
331                 "Kadokawa ShinJigen dictionary (the first edition)"
332                 `(long-name     "Shinjigen-1"
333                   chars         256
334                   dimension     2
335                   columns       2
336                   graphic       2
337                   direction     l2r
338                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
339   (make-charset 'shinjigen-2
340                 "Kadokawa ShinJigen dictionary (the second edition)"
341                 `(long-name     "Shinjigen-2"
342                   chars         256
343                   dimension     2
344                   columns       2
345                   graphic       2
346                   direction     l2r
347                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
348
349   (make-charset '=big5-pua
350                 "Big5 with private used area"
351                 '(long-name     "Big5-PUA"
352                   chars         256
353                   dimension     2
354                   columns       2
355                   graphic       2
356                   direction     l2r
357                   mother        chinese-big5
358                   registry      "Big5\\.ETEN"))
359   (define-charset-alias 'chinese-big5-pua '=big5-pua)
360   (make-charset '=big5-eten
361                 "Big5 ETEN"
362                 '(long-name     "Big5-ETEN"
363                   chars         256
364                   dimension     2
365                   columns       2
366                   graphic       2
367                   direction     l2r
368                   mother        chinese-big5
369                   min-code      #x8140
370                   max-code      #xFEFE
371                   registry      "Big5\\.ETEN"))
372   (define-charset-alias 'chinese-big5-eten '=big5-eten)
373   (make-charset 'chinese-big5-eten-a
374                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
375                 '(long-name     "Big5-ETEN-a"
376                   chars         256
377                   dimension     2
378                   columns       2
379                   graphic       2
380                   direction     l2r
381                   mother        chinese-big5
382                   min-code      #xF9D6
383                   max-code      #xF9FE
384                   registry      "Big5\\.ETEN"))
385   (make-charset 'chinese-big5-eten-b
386                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
387                 '(long-name     "Big5-ETEN-b"
388                   chars         256
389                   dimension     2
390                   columns       2
391                   graphic       2
392                   direction     l2r
393                   mother        chinese-big5
394                   min-code      #xC6A1
395                   max-code      #xC8FE
396                   registry      "Big5\\.ETEN"))
397
398   (let* ((i 1)
399          (hzk-min (+ (lsh #x6200 16) 65536))
400          (hzk-max (+ hzk-min 65535)))
401     (while (<= i 12)
402       (make-charset
403        (intern (format "=hanziku-%d" i))
404        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
405        `(long-name ,(format "HANZIKU-%d" i)
406                    chars 256
407                    dimension 2
408                    columns 2
409                    graphic 2
410                    direction l2r
411                    registry ,(format "hanziku-%d$" i i)
412                    min-code ,hzk-min
413                    max-code ,hzk-max
414                    code-offset ,hzk-min))
415       (define-charset-alias
416         (intern (format "ideograph-hanziku-%d" i))
417         (intern (format "=hanziku-%d" i)))
418       (setq hzk-min (1+ hzk-max)
419             hzk-max (+ hzk-min 65535))
420       (setq i (1+ i))))
421
422   (make-charset '=cbeta "CBETA private characters"
423                 '(long-name     "CBETA PUA"
424                   chars         256
425                   dimension     2
426                   registry      "cbeta-0"
427                   graphic       2
428                   min-code      #xE20000
429                   max-code      #xE2FFFF
430                   code-offset   #xE20000
431                   columns       2
432                   direction     l2r))
433   (define-charset-alias 'ideograph-cbeta '=cbeta)
434
435   (make-charset '=zinbun-oracle
436                 "Oracle Bones Script"
437                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
438                   chars         256
439                   dimension     2
440                   registry      "zob1968-0"
441                   graphic       2
442                   min-code      #xE70000
443                   max-code      ,(+ #xE70000 8192)
444                   code-offset   #xE70000
445                   columns       2
446                   direction     l2r))
447
448   (make-charset '=jef-china3
449                 "JEF + CHINA3 private characters"
450                 '(long-name     "JEF + CHINA3"
451                   chars         256
452                   dimension     2
453                   columns       2
454                   graphic       2
455                   direction     l2r
456                   registry      "china3jef-0"
457                   min-code      #xE80000
458                   max-code      #xE8FFFF
459                   code-offset   #xE80000))
460   (define-charset-alias 'china3-jef '=jef-china3)
461
462   (make-charset '=ruimoku-v6
463                 "private characters used in RUIMOKU Version.6"
464                 `(long-name     "RUI6"
465                   chars         256
466                   dimension     2
467                   columns       2
468                   graphic       2
469                   direction     l2r
470                   registry      "rui6-0"
471                   ;; mother     ucs
472                   min-code      #xE90000 ; #xE000
473                   max-code      #xE908FF ; #xE8FF
474                   code-offset   ,(- #xE90000 #xE000)))
475
476   (make-charset '=ucs@iso
477                 "ISO/IEC 10646 for its representative glyphs"
478                 '(long-name     "UCS for ISO"
479                   chars         256
480                   dimension     3
481                   columns       2
482                   graphic       2
483                   direction     l2r
484                   mother        =ucs))
485   (make-charset '=ucs@unicode
486                 "Unicode for its representative glyphs"
487                 '(long-name     "UCS for Unicode"
488                   chars         256
489                   dimension     3
490                   columns       2
491                   graphic       2
492                   direction     l2r
493                   mother        =ucs@iso))
494   (make-charset '=ucs@gb
495                 "ISO/IEC 10646 for GB"
496                 '(long-name     "UCS for GB"
497                   chars         256
498                   dimension     3
499                   columns       2
500                   graphic       2
501                   direction     l2r
502                   mother        =ucs@unicode))
503   (define-charset-alias 'ucs-gb '=ucs@gb)
504   (make-charset '=ucs@gb/fw
505                 "ISO/IEC 10646 for GB with fullwidth"
506                 '(long-name     "UCS for GB-fullwidth"
507                   chars         256
508                   dimension     3
509                   columns       2
510                   graphic       2
511                   direction     l2r
512                   mother        =ucs@gb))
513   (make-charset '=ucs-bmp@gb
514                 "ISO/IEC 10646 BMP for GB"
515                 '(long-name     "BMP for GB"
516                   chars         256
517                   dimension     3
518                   columns       2
519                   graphic       2
520                   direction     l2r
521                   mother        =ucs@gb
522                   min-code      #x0000
523                   max-code      #xFFFF))
524   (make-charset '=ucs@cns
525                 "ISO/IEC 10646 for CNS 11643"
526                 '(long-name     "UCS for CNS"
527                   chars         256
528                   dimension     3
529                   columns       2
530                   graphic       2
531                   direction     l2r
532                   mother        =ucs@unicode))
533   (define-charset-alias 'ucs-cns '=ucs@cns)
534   (make-charset '=ucs@cns/fw
535                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
536                 '(long-name     "UCS for CNS-fullwidth"
537                   chars         256
538                   dimension     3
539                   columns       2
540                   graphic       2
541                   direction     l2r
542                   mother        =ucs@cns))
543   (make-charset '=ucs-bmp@cns
544                 "ISO/IEC 10646 BMP for CNS"
545                 '(long-name     "BMP for CNS"
546                   chars         256
547                   dimension     3
548                   columns       2
549                   graphic       2
550                   direction     l2r
551                   mother        =ucs@cns
552                   min-code      #x0000
553                   max-code      #xFFFF))
554   (make-charset '=ucs@jis
555                 "ISO/IEC 10646 for JIS X0208/0212/0213"
556                 '(long-name     "UCS for JIS"
557                   chars         256
558                   dimension     3
559                   columns       2
560                   graphic       2
561                   direction     l2r
562                   mother        =ucs@unicode))
563   (define-charset-alias 'ucs-jis '=ucs@jis)
564   (make-charset '=ucs@jis/fw
565                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
566                 '(long-name     "UCS for JIS-fullwidth"
567                   chars         256
568                   dimension     3
569                   columns       2
570                   graphic       2
571                   direction     l2r
572                   mother        =ucs@jis))
573   (make-charset '=ucs-bmp@jis
574                 "ISO/IEC 10646 BMP for JIS"
575                 '(long-name     "BMP for JIS"
576                   chars         256
577                   dimension     3
578                   columns       2
579                   graphic       2
580                   direction     l2r
581                   mother        =ucs@jis
582                   min-code      #x0000
583                   max-code      #xFFFF))
584   (make-charset '=ucs@jis/1990
585                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
586                 '(long-name     "UCS for JIS:1990"
587                   chars         256
588                   dimension     3
589                   columns       2
590                   graphic       2
591                   direction     l2r
592                   mother        ucs-jis))
593   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
594   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
595   (make-charset '=ucs@jis/2000
596                 "ISO/IEC 10646 for JIS X 0213:2000"
597                 '(long-name     "UCS for JIS:2000"
598                   chars         256
599                   dimension     3
600                   columns       2
601                   graphic       2
602                   direction     l2r
603                   mother        ucs-jis))
604   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
605   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
606   (make-charset '=ucs@JP
607                 "UCS for common glyphs used in Japan"
608                 '(long-name     "UCS for Japan"
609                   chars         256
610                   dimension     3
611                   columns       2
612                   graphic       2
613                   direction     l2r
614                   mother        =ucs@jis/2000))
615   (define-charset-alias '=ucs@jp '=ucs@JP)
616   (make-charset '=ucs@ks
617                 "ISO/IEC 10646 for Korean Standards"
618                 '(long-name     "UCS for KS"
619                   chars         256
620                   dimension     3
621                   columns       2
622                   graphic       2
623                   direction     l2r
624                   mother        =ucs@unicode))
625   (define-charset-alias 'ucs-ks '=ucs@ks)
626   (make-charset '=ucs-bmp@ks
627                 "ISO/IEC 10646 BMP for KS"
628                 '(long-name     "BMP for KS"
629                   chars         256
630                   dimension     3
631                   columns       2
632                   graphic       2
633                   direction     l2r
634                   mother        =ucs@ks
635                   min-code      #x0000
636                   max-code      #xFFFF))
637   (make-charset '=ucs@big5
638                 "ISO/IEC 10646 for Big5"
639                 '(long-name     "UCS for Big5"
640                   chars         256
641                   dimension     3
642                   columns       2
643                   graphic       2
644                   direction     l2r
645                   mother        =ucs@unicode))
646   (define-charset-alias 'ucs-big5 '=ucs@big5)
647   (make-charset '=ucs@big5/cns11643
648                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
649                 '(long-name     "UCS for Big5@CNS11643"
650                   chars         256
651                   dimension     3
652                   columns       2
653                   graphic       2
654                   direction     l2r
655                   mother        =ucs@big5))
656   (make-charset '=ucs@cns11643
657                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
658                 '(long-name     "UCS for CNS11643"
659                   chars         256
660                   dimension     3
661                   columns       2
662                   graphic       2
663                   direction     l2r
664                   mother        =ucs@cns))
665   
666   (make-charset
667    '=ucs-radicals
668    "CJK Radicals of UCS"
669    '(long-name "UCS-Radicals"
670                chars 256
671                dimension 2
672                columns 2
673                graphic 2
674                direction l2r
675                registry "-zhRadicals-.*-ucs-0"
676                mother ucs-bmp
677                min-code #x2E00 max-code #x2FFF))
678   (make-charset
679    '=ucs-radicals@unicode
680    "CJK Radicals of UCS"
681    '(long-name "UCS-Radicals"
682                chars 256
683                dimension 2
684                columns 2
685                graphic 2
686                direction l2r
687                registry "-zhRadicals-.*-ucs-0"
688                mother =ucs@unicode
689                min-code #x2E00 max-code #x2FFF))
690   (make-charset
691    '=ucs-hangul
692    "Hangul Syllables of UCS"
693    '(long-name "UCS-Hangul-Syllables"
694                chars 256
695                dimension 2
696                columns 2
697                graphic 2
698                direction l2r
699                registry "-Hangul-.*-ucs-0"
700                mother =ucs
701                min-code #xAC00 max-code #xD7AF))
702   (make-charset
703    '=ucs-bmp-cjk
704    "CJK Characters in BMP of UCS"
705    '(long-name "UCS-BMP-CJK"
706                chars 256
707                dimension 2
708                columns 2
709                graphic 2
710                direction l2r
711                registry "-zh-.*-ucs-0"
712                mother ucs-bmp
713                min-code #x2E00
714                max-code #x9FA5
715                ;; max-code #xA4CF
716                ))
717   (make-charset
718    '=ucs-bmp-cjk@unicode
719    "CJK Characters in BMP of Unicode"
720    '(long-name "Unicode-BMP-CJK"
721                chars 256
722                dimension 2
723                columns 2
724                graphic 2
725                direction l2r
726                registry "-zh-.*-ucs-0"
727                mother =ucs@unicode
728                min-code #x2E00
729                max-code #x9FA5
730                ;; max-code #xA4CF
731                ))
732   (make-charset
733    '=ucs-sip-ext-b
734    "CJK Ideographs Extension B"
735    '(long-name "UCS CJK Ext-B"
736                chars 256
737                dimension 2
738                columns 2
739                graphic 2
740                direction l2r
741                registry "\\(iso10646\\|ucs02\\)-2$"
742                mother ucs
743                min-code #x20000 max-code #x2A6D6
744                code-offset #x20000))
745   (make-charset
746    '=ucs-sip-ext-b@iso
747    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
748    '(long-name "UCS CJK Ext-B"
749                chars 256
750                dimension 2
751                columns 2
752                graphic 2
753                direction l2r
754                registry "\\(iso10646\\|ucs02\\)-2$"
755                mother =ucs@iso
756                min-code #x20000 max-code #x2A6D6
757                code-offset #x20000))
758
759   (make-charset
760    '=adobe-japan1-0
761    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
762    '(long-name "Adobe-Japan1-0"
763                chars 256
764                dimension 2
765                columns 2
766                graphic 2
767                direction l2r
768                registry "AdobeJapan1-0$"))
769   (make-charset
770    '=adobe-japan1-1
771    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
772    '(long-name "Adobe-Japan1-1"
773                chars 256
774                dimension 2
775                columns 2
776                graphic 2
777                direction l2r
778                mother =adobe-japan1-0
779                registry "AdobeJapan1-1$"))
780   (make-charset
781    '=adobe-japan1-2
782    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
783    '(long-name "Adobe-Japan1-2"
784                chars 256
785                dimension 2
786                columns 2
787                graphic 2
788                direction l2r
789                mother =adobe-japan1-1
790                registry "AdobeJapan1-2$"))
791   (make-charset
792    '=adobe-japan1-3
793    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
794    '(long-name "Adobe-Japan1-3"
795                chars 256
796                dimension 2
797                columns 2
798                graphic 2
799                direction l2r
800                mother =adobe-japan1-2
801                registry "AdobeJapan1-3$"))
802   (make-charset
803    '=adobe-japan1-4
804    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
805    '(long-name "Adobe-Japan1-4"
806                chars 256
807                dimension 2
808                columns 2
809                graphic 2
810                direction l2r
811                mother =adobe-japan1-3
812                registry "AdobeJapan1-4$"))
813   (make-charset
814    '=adobe-japan1-5
815    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
816    '(long-name "Adobe-Japan1-5"
817                chars 256
818                dimension 2
819                columns 2
820                graphic 2
821                direction l2r
822                mother =adobe-japan1-4
823                registry "AdobeJapan1-5$"))
824   (make-charset
825    '=adobe-japan1-6
826    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
827    '(long-name "Adobe-Japan1-6"
828                chars 256
829                dimension 2
830                columns 2
831                graphic 2
832                direction l2r
833                mother =adobe-japan1-5
834                registry "AdobeJapan1-6$"))
835   )
836
837 ;;; mule-conf.el ends here