(==jis-x0208@1978/4-pr): New coded-charset for XEmacs CHISE.
[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, 2008,
6 ;;   2009, 2010, 2011, 2012, 2013, 2014, 2015 MORIOKA Tomohiko
7
8 ;; Keywords: mule, multilingual, character set, coding system
9
10 ;; This file is part of XEmacs.
11
12 ;; XEmacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; XEmacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with XEmacs; see the file COPYING.  If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
26
27 ;;; Code:
28
29 (cond
30  ((featurep 'utf-2000)
31   (make-charset
32    '=adobe-japan1-base
33    "Adobe-Japan1 Character Collection for CID-Keyed Fonts"
34    `(long-name "Adobe-Japan1"
35                chars 256
36                dimension 2
37                columns 2
38                graphic 2
39                direction l2r
40                registry "AdobeJapan1-[0-6]$"
41                min-code     #xE10000
42                max-code ,(+ #xE10000 23057)
43                code-offset  #xE10000
44                ;; min-code      ,(lsh #x6300 16)
45                ;; max-code      ,(+ (lsh #x6300 16) 23057)
46                ;; code-offset   ,(lsh #x6300 16)
47                ))
48   (make-charset
49    '=adobe-japan1-0
50    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
51    '(long-name "Adobe-Japan1-0"
52                chars 256
53                dimension 2
54                columns 2
55                graphic 2
56                direction l2r
57                mother =adobe-japan1-base
58                min-code 0
59                max-code 8283
60                registry "AdobeJapan1-[0-6]$"))
61   (make-charset
62    '=adobe-japan1-1
63    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
64    '(long-name "Adobe-Japan1-1"
65                chars 256
66                dimension 2
67                columns 2
68                graphic 2
69                direction l2r
70                mother =adobe-japan1-0
71                min-code 0
72                max-code 8358
73                registry "AdobeJapan1-[1-6]$"))
74   (make-charset
75    '=adobe-japan1-2
76    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
77    '(long-name "Adobe-Japan1-2"
78                chars 256
79                dimension 2
80                columns 2
81                graphic 2
82                direction l2r
83                mother =adobe-japan1-1
84                min-code 0
85                max-code 8719
86                registry "AdobeJapan1-[2-6]$"))
87   (make-charset
88    '=adobe-japan1-3
89    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
90    '(long-name "Adobe-Japan1-3"
91                chars 256
92                dimension 2
93                columns 2
94                graphic 2
95                direction l2r
96                mother =adobe-japan1-2
97                min-code 0
98                max-code 9353
99                registry "AdobeJapan1-[3-6]$"))
100   (make-charset
101    '=adobe-japan1-4
102    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
103    '(long-name "Adobe-Japan1-4"
104                chars 256
105                dimension 2
106                columns 2
107                graphic 2
108                direction l2r
109                mother =adobe-japan1-3
110                min-code 0
111                max-code 15443
112                registry "AdobeJapan1-[4-6]$"))
113   (make-charset
114    '=adobe-japan1-5
115    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
116    '(long-name "Adobe-Japan1-5"
117                chars 256
118                dimension 2
119                columns 2
120                graphic 2
121                direction l2r
122                mother =adobe-japan1-4
123                min-code 0
124                max-code 20316
125                registry "AdobeJapan1-[5-6]$"))
126   (make-charset
127    '=adobe-japan1-6
128    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
129    '(long-name "Adobe-Japan1-6"
130                chars 256
131                dimension 2
132                columns 2
133                graphic 2
134                direction l2r
135                mother =adobe-japan1-5
136                min-code 0
137                max-code 23057
138                registry "AdobeJapan1-6$"))
139   (define-charset-alias '=adobe-japan1 '=adobe-japan1-6)
140
141   (make-charset
142    '==adobe-japan1-0
143    "Adobe-Japan1-0 abstract glyph-forms."
144    '(long-name "Adobe-Japan1-0 abstract glyph-forms"
145                chars 256
146                dimension 2
147                columns 2
148                graphic 2
149                direction l2r
150                mother =adobe-japan1-0
151                registry "AdobeJapan1-0$"))
152   (make-charset
153    '==adobe-japan1-1
154    "Adobe-Japan1-1 abstract glyph-forms."
155    '(long-name "Adobe-Japan1-1 abstract glyph-forms"
156                chars 256
157                dimension 2
158                columns 2
159                graphic 2
160                direction l2r
161                mother ==adobe-japan1-0
162                registry "AdobeJapan1-1$"))
163   (make-charset
164    '==adobe-japan1-2
165    "Adobe-Japan1-2 abstract glyph-forms."
166    '(long-name "Adobe-Japan1-2 abstract glyph-forms"
167                chars 256
168                dimension 2
169                columns 2
170                graphic 2
171                direction l2r
172                mother ==adobe-japan1-1
173                registry "AdobeJapan1-2$"))
174   (make-charset
175    '==adobe-japan1-3
176    "Adobe-Japan1-3 abstract glyph-forms."
177    '(long-name "Adobe-Japan1-3 abstract glyph-forms"
178                chars 256
179                dimension 2
180                columns 2
181                graphic 2
182                direction l2r
183                mother ==adobe-japan1-2
184                registry "AdobeJapan1-3$"))
185   (make-charset
186    '==adobe-japan1-4
187    "Adobe-Japan1-4 abstract glyph-forms."
188    '(long-name "Adobe-Japan1-4 abstract glyph-forms"
189                chars 256
190                dimension 2
191                columns 2
192                graphic 2
193                direction l2r
194                mother ==adobe-japan1-3
195                registry "AdobeJapan1-4$"))
196   (make-charset
197    '==adobe-japan1-5
198    "Adobe-Japan1-5 abstract glyph-forms."
199    '(long-name "Adobe-Japan1-5 abstract glyph-forms"
200                chars 256
201                dimension 2
202                columns 2
203                graphic 2
204                direction l2r
205                mother ==adobe-japan1-4
206                registry "AdobeJapan1-5$"))
207   (make-charset
208    '==adobe-japan1-6
209    "Adobe-Japan1-6 abstract glyph-forms."
210    '(long-name "Adobe-Japan1-6 abstract glyph-forms"
211                chars 256
212                dimension 2
213                columns 2
214                graphic 2
215                direction l2r
216                mother ==adobe-japan1-5
217                registry "AdobeJapan1-6$"))
218   (define-charset-alias '==adobe-japan1 '==adobe-japan1-6)
219
220   (define-charset-alias '=>>>adobe-japan1-0 '==adobe-japan1-0)
221   (define-charset-alias '=>>>adobe-japan1-1 '==adobe-japan1-1)
222   (define-charset-alias '=>>>adobe-japan1-2 '==adobe-japan1-2)
223   (define-charset-alias '=>>>adobe-japan1-3 '==adobe-japan1-3)
224   (define-charset-alias '=>>>adobe-japan1-4 '==adobe-japan1-4)
225   (define-charset-alias '=>>>adobe-japan1-5 '==adobe-japan1-5)
226   (define-charset-alias '=>>>adobe-japan1-6 '==adobe-japan1-6)
227   (define-charset-alias '=>>>adobe-japan1 '=>>>adobe-japan1-6)
228
229   (make-charset
230    '===adobe-japan1-0
231    "Adobe-Japan1-0 detailed glyph-images."
232    '(long-name "Adobe-Japan1-0 glyph-images"
233                chars 256
234                dimension 2
235                columns 2
236                graphic 2
237                direction l2r
238                mother ==adobe-japan1-0
239                registry "AdobeJapan1-0$"))
240   (make-charset
241    '===adobe-japan1-1
242    "Adobe-Japan1-1 detailed glyph-images."
243    '(long-name "Adobe-Japan1-1 glyph-images"
244                chars 256
245                dimension 2
246                columns 2
247                graphic 2
248                direction l2r
249                mother ===adobe-japan1-0
250                registry "AdobeJapan1-1$"))
251   (make-charset
252    '===adobe-japan1-2
253    "Adobe-Japan1-2 detailed glyph-images."
254    '(long-name "Adobe-Japan1-2 glyph-images"
255                chars 256
256                dimension 2
257                columns 2
258                graphic 2
259                direction l2r
260                mother ===adobe-japan1-1
261                registry "AdobeJapan1-2$"))
262   (make-charset
263    '===adobe-japan1-3
264    "Adobe-Japan1-3 detailed glyph-images."
265    '(long-name "Adobe-Japan1-3 glyph-images"
266                chars 256
267                dimension 2
268                columns 2
269                graphic 2
270                direction l2r
271                mother ===adobe-japan1-2
272                registry "AdobeJapan1-3$"))
273   (make-charset
274    '===adobe-japan1-4
275    "Adobe-Japan1-4 detailed glyph-images."
276    '(long-name "Adobe-Japan1-4 glyph-images"
277                chars 256
278                dimension 2
279                columns 2
280                graphic 2
281                direction l2r
282                mother ===adobe-japan1-3
283                registry "AdobeJapan1-4$"))
284   (make-charset
285    '===adobe-japan1-5
286    "Adobe-Japan1-5 detailed glyph-images."
287    '(long-name "Adobe-Japan1-5 glyph-images"
288                chars 256
289                dimension 2
290                columns 2
291                graphic 2
292                direction l2r
293                mother ===adobe-japan1-4
294                registry "AdobeJapan1-5$"))
295   (make-charset
296    '===adobe-japan1-6
297    "Adobe-Japan1-6 detailed glyph-images."
298    '(long-name "Adobe-Japan1-6 glyph-images"
299                chars 256
300                dimension 2
301                columns 2
302                graphic 2
303                direction l2r
304                mother ===adobe-japan1-5
305                registry "AdobeJapan1-6$"))
306   (define-charset-alias '===adobe-japan1 '===adobe-japan1-6)
307
308   (make-charset
309    '=>>adobe-japan1-0
310    "Adobe-Japan1-0 abstract glyphs"
311    '(long-name "Adobe-Japan1-0 abstract glyphs"
312                chars 256
313                dimension 2
314                columns 2
315                graphic 2
316                direction l2r
317                mother =adobe-japan1
318                registry "AdobeJapan1-0$"))
319   (make-charset
320    '=>>adobe-japan1-1
321    "Adobe-Japan1-1 abstract glyphs"
322    '(long-name "Adobe-Japan1-1 abstract glyphs"
323                chars 256
324                dimension 2
325                columns 2
326                graphic 2
327                direction l2r
328                mother =>>adobe-japan1-0
329                registry "AdobeJapan1-1"))
330   (make-charset
331    '=>>adobe-japan1-2
332    "Adobe-Japan1-2 abstract glyphs"
333    '(long-name "Adobe-Japan1-2 abstract glyphs"
334                chars 256
335                dimension 2
336                columns 2
337                graphic 2
338                direction l2r
339                mother =>>adobe-japan1-1
340                registry "AdobeJapan1-2"))
341   (make-charset
342    '=>>adobe-japan1-3
343    "Adobe-Japan1-3 abstract glyphs"
344    '(long-name "Adobe-Japan1-3 abstract glyphs"
345                chars 256
346                dimension 2
347                columns 2
348                graphic 2
349                direction l2r
350                mother =>>adobe-japan1-2
351                registry "AdobeJapan1-3"))
352   (make-charset
353    '=>>adobe-japan1-4
354    "Adobe-Japan1-4 abstract glyphs"
355    '(long-name "Adobe-Japan1-4 abstract glyphs"
356                chars 256
357                dimension 2
358                columns 2
359                graphic 2
360                direction l2r
361                mother =>>adobe-japan1-3
362                registry "AdobeJapan1-4"))
363   (make-charset
364    '=>>adobe-japan1-5
365    "Adobe-Japan1-5 abstract glyphs"
366    '(long-name "Adobe-Japan1-5 abstract glyphs"
367                chars 256
368                dimension 2
369                columns 2
370                graphic 2
371                direction l2r
372                mother =>>adobe-japan1-4
373                registry "AdobeJapan1-5"))
374   (make-charset
375    '=>>adobe-japan1-6
376    "Adobe-Japan1-6 abstract glyphs"
377    '(long-name "Adobe-Japan1-6 abstract glyphs"
378                chars 256
379                dimension 2
380                columns 2
381                graphic 2
382                direction l2r
383                mother =>>adobe-japan1-5
384                registry "AdobeJapan1-6"))
385   (define-charset-alias '=>>adobe-japan1 '=>>adobe-japan1-6)
386
387   (make-charset
388    '=+>adobe-japan1-0
389    "Adobe-Japan1-0 unified abstract glyphs"
390    '(long-name "Adobe-Japan1-0 unified abstract glyphs"
391                chars 256
392                dimension 2
393                columns 2
394                graphic 2
395                direction l2r
396                mother =adobe-japan1
397                registry "AdobeJapan1-0$"))
398   (make-charset
399    '=+>adobe-japan1-1
400    "Adobe-Japan1-1 unified abstract glyphs"
401    '(long-name "Adobe-Japan1-1 unified abstract glyphs"
402                chars 256
403                dimension 2
404                columns 2
405                graphic 2
406                direction l2r
407                mother =+>adobe-japan1-0
408                registry "AdobeJapan1-1"))
409   (make-charset
410    '=+>adobe-japan1-2
411    "Adobe-Japan1-2 unified abstract glyphs"
412    '(long-name "Adobe-Japan1-2 unified abstract glyphs"
413                chars 256
414                dimension 2
415                columns 2
416                graphic 2
417                direction l2r
418                mother =+>adobe-japan1-1
419                registry "AdobeJapan1-2"))
420   (make-charset
421    '=+>adobe-japan1-3
422    "Adobe-Japan1-3 unified abstract glyphs"
423    '(long-name "Adobe-Japan1-3 unified abstract glyphs"
424                chars 256
425                dimension 2
426                columns 2
427                graphic 2
428                direction l2r
429                mother =+>adobe-japan1-2
430                registry "AdobeJapan1-3"))
431   (make-charset
432    '=+>adobe-japan1-4
433    "Adobe-Japan1-4 unified abstract glyphs"
434    '(long-name "Adobe-Japan1-4 unified abstract glyphs"
435                chars 256
436                dimension 2
437                columns 2
438                graphic 2
439                direction l2r
440                mother =+>adobe-japan1-3
441                registry "AdobeJapan1-4"))
442   (make-charset
443    '=+>adobe-japan1-5
444    "Adobe-Japan1-5 unified abstract glyphs"
445    '(long-name "Adobe-Japan1-5 unified abstract glyphs"
446                chars 256
447                dimension 2
448                columns 2
449                graphic 2
450                direction l2r
451                mother =+>adobe-japan1-4
452                registry "AdobeJapan1-5"))
453   (make-charset
454    '=+>adobe-japan1-6
455    "Adobe-Japan1-6 unified abstract glyphs"
456    '(long-name "Adobe-Japan1-6 unified abstract glyphs"
457                chars 256
458                dimension 2
459                columns 2
460                graphic 2
461                direction l2r
462                mother =+>adobe-japan1-5
463                registry "AdobeJapan1-6"))
464   (define-charset-alias '=+>adobe-japan1 '=+>adobe-japan1-6)
465
466   (make-charset
467    '=jis-x0208@1978
468    "JIS X 0208:1978, unchanged part."
469    '(registry "jisx0208\\.1978"
470               dimension 2
471               chars 94
472               mother =jis-x0208
473               =>iso-ir 42
474               final ?@
475               graphic 0
476               partial t))
477   (make-charset
478    '=jis-x0208@1978/-4pr
479    "JIS X 0208:1978, 1st - 3rd impressions."
480    '(registry "jisx0208\\.1978"
481               dimension 2
482               chars 94
483               mother =jis-x0208@1978
484               =>iso-ir 42
485               final ?@
486               graphic 0
487               partial t))
488   (make-charset
489    '=jis-x0208@1978/1pr
490    "JIS X 0208:1978, 1st impression."
491    '(iso-ir 42
492             registry "jisx0208\\.1978"
493             dimension 2
494             chars 94
495             mother =jis-x0208@1978/-4pr
496             final ?@
497             graphic 0))
498   (make-charset
499    '=jis-x0208@1978/1pr/fixed
500    "JIS X 0208:1978, correct glyph in the errata of 1st impression."
501    '(registry "jisx0208\\.1978"
502               dimension 2
503               chars 94
504               mother =jis-x0208@1978/1pr
505               =>iso-ir 42
506               ;; final ?@
507               graphic 0
508               partial t))
509   (make-charset
510    '=jis-x0208@1978/-4X
511    "JIS X 0208:1978, index before the 4th impression."
512    '(registry "jisx0208\\.1978"
513               dimension 2
514               chars 94
515               mother =jis-x0208@1978
516               =>iso-ir 42
517               ;; final ?@
518               graphic 0
519               partial t))
520   ;; (make-charset
521   ;;  '=jis-x0208@1978/1er-pr
522   ;;  "JIS X 0208:1978, fixed by errata [Nov 1978]."
523   ;;  '(registry "jisx0208\\.1978"
524   ;;             dimension 2
525   ;;             chars 94
526   ;;             mother =jis-x0208@1978
527   ;;             =>iso-ir 42
528   ;;             ;; final ?@
529   ;;             graphic 0
530   ;;             partial t))
531   (make-charset
532    '=jis-x0208@1978/2-pr
533    "JIS X 0208:1978, 2nd impression or later."
534    '(registry "jisx0208\\.1978"
535               dimension 2
536               chars 94
537               ;; mother =jis-x0208@1978/1er-pr
538               mother =jis-x0208@1978
539               =>iso-ir 42
540               ;; final ?@
541               graphic 0
542               partial t))
543   (make-charset
544    '=jis-x0208@1978/4er
545    "JIS X 0208:1978, replaced by errata of 4th impression."
546    '(registry "jisx0208\\.1978"
547               dimension 2
548               chars 94
549               mother =jis-x0208@1978/2-pr
550               =>iso-ir 42
551               ;; final ?@
552               graphic 0
553               partial t))
554   (make-charset
555    '=jis-x0208@1978/4-pr
556    "JIS X 0208:1978, 4th impression or later."
557    '(registry "jisx0208\\.1978"
558               dimension 2
559               chars 94
560               mother =jis-x0208@1978/2-pr
561               =>iso-ir 42
562               ;; final ?@
563               graphic 0
564               partial t))
565   (make-charset
566    '=jis-x0208@1978/5pr
567    "JIS X 0208:1978, 5th impression."
568    '(registry "jisx0208\\.1978"
569               dimension 2
570               chars 94
571               mother =jis-x0208@1978/4-pr
572               =>iso-ir 42
573               ;; final ?@
574               graphic 0
575               partial t))
576   (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
577   (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
578   (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
579   )
580  (t
581   (make-charset
582    '=jis-x0208@1978
583    "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
584    '(iso-ir 42
585             registry "jisx0208\\.1978"
586             dimension 2
587             chars 94
588             mother =jis-x0208
589             final ?@
590             graphic 0))
591   ))
592
593 (define-charset-alias '=jis-x0208-1978          '=jis-x0208@1978)
594 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
595 (define-charset-alias 'chinese-gb2312           '=gb2312)
596 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
597 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
598 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
599 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
600 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
601 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
602 (define-charset-alias 'chinese-gb12345          '=gb12345)
603 (define-charset-alias 'chinese-big5             '=big5)
604
605 ;; PinYin-ZhuYin
606 (make-charset 'sisheng "PinYin-ZhuYin"
607               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
608                 dimension 1
609                 chars 94
610                 final ?0
611                 graphic 0
612                 ))
613
614 ;; Lao script.
615 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
616 (make-charset 'lao "Lao script"
617               '(registry "MuleLao-1"
618                 dimension 1
619                 chars 94
620                 final ?1
621                 graphic 1))
622
623 ;; IPA (International Phonetic Alphabet)
624 (make-charset 'ipa "International Phonetic Alphabet"
625               '(registry "MuleIPA"
626                 dimension 1
627                 chars 96
628                 final ?0
629                 graphic 1))
630
631 ;; Ethiopic
632 (make-charset 'ethiopic "Ethiopic"
633               '(registry "Ethio"
634                 dimension 2
635                 chars 94
636                 final ?3
637                 graphic 0
638                 ))
639
640 ;; ISO-IR-165 (CCITT Extended GB)
641 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
642 ;;    GB 8565-88 table A4 + 293 characters.
643 (if (featurep 'utf-2000)
644     (progn
645       (make-charset '=iso-ir165
646                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
647                     '(iso-ir 165
648                              dimension 2
649                              chars 94
650                              mother =gb2312
651                              final ?E
652                              registry "isoir165"
653                              graphic 0))
654       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
655   (make-charset 'chinese-isoir165
656                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
657                 '(iso-ir 165
658                          dimension 2
659                          chars 94
660                          final ?E
661                          registry "isoir165"
662                          graphic 0)))
663
664 ;; CNS11643 Plane3 thru Plane7
665 ;; These represent more and more obscure Chinese characters.
666 ;; By the time you get to Plane 7, we're talking about characters
667 ;; that appear once in some ancient manuscript and whose meaning
668 ;; is unknown.
669
670 (flet
671     ((make-chinese-cns11643-charset
672       (name iso-ir plane final)
673       (make-charset
674        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
675        `(iso-ir ,iso-ir
676          registry 
677          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
678          dimension 2
679          chars 94
680          final ,final
681          graphic 0))
682       ))
683   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
684   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
685   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
686   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
687   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
688   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
689   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
690   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
691   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
692   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
693   )
694
695 ;; JIS X 0213:2000
696 (cond
697  ((featurep 'utf-2000)
698   (make-charset
699    '=jis-x0213-1
700    "JIS X 0213 Plain 1 (unchanged part)"
701    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
702               dimension 2
703               chars 94
704               =>iso-ir 228
705               final ?O
706               graphic 0
707               partial t))
708
709   (make-charset
710    '=jis-x0213-1@2000
711    "JIS X 0213:2000 Plain 1"
712    '(iso-ir 228
713             registry "jisx0213\\(\\.2000\\)-1"
714             dimension 2
715             chars 94
716             mother =jis-x0213-1
717             final ?O
718             graphic 0))
719   (make-charset
720    '=jis-x0213-2
721    "JIS X 0213 Plain 2"
722    '(iso-ir 229
723             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
724             dimension 2
725             chars 94
726             final ?P
727             graphic 0))
728
729   (make-charset
730    '=jis-x0213-1@2004
731    "JIS X 0213:2004 Plain 1"
732    '(iso-ir 233
733             registry "jisx0213\\(\\.2004\\)-1"
734             dimension 2
735             chars 94
736             mother =jis-x0213-1
737             final ?Q
738             graphic 0))
739
740   (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
741   (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
742   (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
743   (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
744   )
745  (t
746   (make-charset
747    'japanese-jisx0213-1
748    "JIS X 0213:2000 Plain 1"
749    '(registry "jisx0213\\(\\.2000\\)-1"
750               dimension 2
751               chars 94
752               final ?O
753               graphic 0))
754   (make-charset
755    'japanese-jisx0213-2
756    "JIS X 0213:2000 Plain 2"
757    '(registry "jisx0213\\(\\.2000\\)-2"
758               dimension 2
759               chars 94
760               final ?P
761               graphic 0))
762   ))
763
764 (when (featurep 'utf-2000)
765   (define-charset-alias 'ucs '=ucs)
766   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
767   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
768
769   (make-charset
770    '==jis-x0208
771    "JIS X 0208 abstract glyph-forms (unchanged part)."
772    '(registry "jisx0208\\.1990"
773               dimension 2
774               chars 94
775               mother =jis-x0208
776               =>iso-ir 168
777               ;; final ?B
778               graphic 0))
779   (make-charset
780    '==jis-x0208@1978
781    "JIS X 0208:1978 abstract glyph-forms."
782    '(registry "jisx0208\\.1978"
783               dimension 2
784               chars 94
785               mother ==jis-x0208
786               =>iso-ir 42
787               ;; final ?@
788               graphic 0))
789   (make-charset
790    '==jis-x0208@1978/-4pr
791    "JIS X 0208:1978, 1st - 3rd impressions."
792    '(registry "jisx0208\\.1978"
793               dimension 2
794               chars 94
795               mother ==jis-x0208@1978
796               =>iso-ir 42
797               ;; final ?@
798               graphic 0
799               ;; partial t
800               ))
801   (make-charset
802    '==jis-x0208@1978/1pr
803    "JIS X 0208:1978, 1st impression."
804    '(registry "jisx0208\\.1978"
805               =>iso-ir 42
806               dimension 2
807               chars 94
808               mother ==jis-x0208@1978/-4pr
809               ;; final ?@
810               graphic 0))
811   (make-charset
812    '==jis-x0208@1978/1pr/fixed
813    "JIS X 0208:1978, correct glyph in the errata of 1st impression."
814    '(registry "jisx0208\\.1978"
815               dimension 2
816               chars 94
817               mother ==jis-x0208@1978/1pr
818               =>iso-ir 42
819               ;; final ?@
820               graphic 0
821               partial t))
822   (make-charset
823    '==jis-x0208@1978/2-pr
824    "JIS X 0208:1978, 2nd impression or later."
825    '(registry "jisx0208\\.1978"
826               dimension 2
827               chars 94
828               ;; mother =jis-x0208@1978/1er-pr
829               mother ==jis-x0208@1978
830               =>iso-ir 42
831               ;; final ?@
832               graphic 0
833               ;; partial t
834               ))
835   (make-charset
836    '==jis-x0208@1978/4er
837    "JIS X 0208:1978, replaced by errata of 4th impression."
838    '(registry "jisx0208\\.1978"
839               dimension 2
840               chars 94
841               mother ==jis-x0208@1978/2-pr
842               =>iso-ir 42
843               ;; final ?@
844               graphic 0
845               partial t))
846   (make-charset
847    '==jis-x0208@1978/4-pr
848    "JIS X 0208:1978, 4th impression or later."
849    '(registry "jisx0208\\.1978"
850               dimension 2
851               chars 94
852               mother ==jis-x0208@1978/2-pr
853               =>iso-ir 42
854               ;; final ?@
855               graphic 0
856               partial t))
857   (make-charset
858    '==jis-x0208@1978/5pr
859    "JIS X 0208:1978, 5th impression."
860    '(registry "jisx0208\\.1978"
861               dimension 2
862               chars 94
863               mother ==jis-x0208@1978/4-pr
864               =>iso-ir 42
865               ;; final ?@
866               graphic 0
867               partial t))
868   (make-charset
869    '==jis-x0208@1983
870    "JIS X 0208:1983 abstract glyph-forms."
871    '(registry "jisx0208\\.1983"
872               dimension 2
873               chars 94
874               mother ==jis-x0208
875               =>iso-ir 87
876               graphic 0))
877   (make-charset
878    '==jis-x0208@1990
879    "JIS X 0208:1990 abstract glyph-forms."
880    '(registry "jisx0208\\.1990"
881               dimension 2
882               chars 94
883               mother ==jis-x0208
884               =>iso-ir 168
885               ;; final ?B
886               graphic 0))
887
888   (make-charset
889    '==jis-x0213-1
890    "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)"
891    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
892               dimension 2
893               chars 94
894               mother =jis-x0213-1
895               =>iso-ir 228
896               ;; final ?O
897               graphic 0
898               ;; partial t
899               ))
900   (make-charset
901    '==jis-x0213-1@2000
902    "JIS X 0213:2000 Plain 1 abstract glyph-forms"
903    '(registry "jisx0213\\(\\.2000\\)-1"
904               dimension 2
905               chars 94
906               mother ==jis-x0213-1
907               =>iso-ir 228
908               ;; final ?O
909               graphic 0
910               ;; partial t
911               ))
912   (make-charset
913    '==jis-x0213-1@2004
914    "JIS X 0213:2004 Plain 1 abstract glyph-forms"
915    '(mother ==jis-x0213-1
916             =>iso-ir 233
917             ;; registry "jisx0213\\(\\.2004\\)-1"
918             dimension 2
919             chars 94
920             graphic 0))
921
922   (make-charset
923    '==jis-x0213-2
924    "JIS X 0213 Plain 2 abstract glyph-forms"
925    '(mother =jis-x0213-2
926             =>iso-ir 229
927             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
928             dimension 2
929             chars 94
930             graphic 0))
931
932   (make-charset
933    '==jis-x0212
934    "JIS X 0212 representative glyph-images."
935    '(registry "jisx0212"
936               dimension 2
937               chars 94
938               mother =jis-x0212
939               =>iso-ir 159
940               ;; final ?D
941               graphic 0))
942
943   (make-charset
944    '==gb2312
945    "GB 2312 representative glyph-images."
946    '(registry "gb2312"
947               dimension 2
948               chars 94
949               mother =gb2312
950               =>iso-ir 58
951               ;; final ?A
952               graphic 0))
953   (make-charset
954    '==iso-ir165
955    "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
956    '(registry "isoir165"
957               =>iso-ir 165
958               dimension 2
959               chars 94
960               mother =iso-ir165
961               ;; final ?E
962               graphic 0))
963   (make-charset
964    '==gb12345
965    "GB 12345 representative glyph-images."
966    '(registry "gb12345"
967               dimension 2
968               chars 94
969               mother =gb12345
970               graphic 0))
971
972   (make-charset
973    '==ks-x1001
974    "KS X 1001 representative glyph-images."
975    '(registry "ksc5601"
976               dimension 2
977               chars 94
978               mother =ks-x1001
979               =>iso-ir 149
980               ;; final ?C
981               graphic 0))
982
983   (define-charset-alias '=>>>jis-x0208      '==jis-x0208)
984   (define-charset-alias '=>>>jis-x0208@1978 '==jis-x0208@1978)
985   (define-charset-alias '=>>>jis-x0208@1983 '==jis-x0208@1983)
986   (define-charset-alias '=>>>jis-x0208@1990 '==jis-x0208@1990)
987
988   (define-charset-alias '=>>>jis-x0213-1      '==jis-x0213-1)
989   (define-charset-alias '=>>>jis-x0213-1@2000 '==jis-x0213-1@2000)
990   (define-charset-alias '=>>>jis-x0213-1@2004 '==jis-x0213-1@2004)
991   (define-charset-alias '=>>>jis-x0213-2      '==jis-x0213-2)
992
993   (make-charset
994    '===jis-x0208
995    "JIS X 0208 detailed representative glyph-images (unchanged part)."
996    '(registry "jisx0208\\.1990"
997               dimension 2
998               chars 94
999               mother ==jis-x0208
1000               =>iso-ir 168
1001               ;; final ?B
1002               graphic 0))
1003   (make-charset
1004    '===jis-x0208@1978
1005    "JIS X 0208:1978 detailed representative glyph-images."
1006    '(registry "jisx0208\\.1978"
1007               dimension 2
1008               chars 94
1009               mother ==jis-x0208@1978
1010               =>iso-ir 42
1011               ;; final ?@
1012               graphic 0))
1013   (make-charset
1014    '===jis-x0208@1983
1015    "JIS X 0208:1983 detailed representative glyph-images."
1016    '(registry "jisx0208\\.1983"
1017               dimension 2
1018               chars 94
1019               mother ==jis-x0208@1983
1020               =>iso-ir 87
1021               graphic 0))
1022   (make-charset
1023    '===jis-x0208@1990
1024    "JIS X 0208:1990 detailed representative glyph-images."
1025    '(registry "jisx0208\\.1990"
1026               dimension 2
1027               chars 94
1028               mother ==jis-x0208@1990
1029               =>iso-ir 168
1030               ;; final ?B
1031               graphic 0))
1032
1033   (make-charset
1034    '===jis-x0213-1
1035    "JIS X 0213 Plain 1 detailed representative glyph-images (unchanged part)."
1036    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1037               dimension 2
1038               chars 94
1039               mother ==jis-x0213-1
1040               =>iso-ir 228
1041               ;; final ?O
1042               graphic 0
1043               ;; partial t
1044               ))
1045   (make-charset
1046    '===jis-x0213-1@2000
1047    "JIS X 0213:2000 Plain 1 detailed representative glyph-images."
1048    '(registry "jisx0213\\(\\.2000\\)-1"
1049               dimension 2
1050               chars 94
1051               mother ==jis-x0213-1@2000
1052               =>iso-ir 228
1053               ;; final ?O
1054               graphic 0
1055               ;; partial t
1056               ))
1057   (make-charset
1058    '===jis-x0213-1@2004
1059    "JIS X 0213:2004 Plain 1 detailed representative glyph-images."
1060    '(mother ==jis-x0213-1@2004
1061             =>iso-ir 233
1062             ;; registry "jisx0213\\(\\.2004\\)-1"
1063             dimension 2
1064             chars 94
1065             graphic 0))
1066   (make-charset
1067    '===jis-x0213-2
1068    "JIS X 0213 Plain 2 detailed representative glyph-images."
1069    '(mother ==jis-x0213-2
1070             =>iso-ir 229
1071             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1072             dimension 2
1073             chars 94
1074             graphic 0))
1075
1076   (make-charset
1077    '===jis-x0212
1078    "JIS X 0212 representative glyph-images."
1079    '(registry "jisx0212"
1080               dimension 2
1081               chars 94
1082               mother ==jis-x0212
1083               =>iso-ir 159
1084               ;; final ?D
1085               graphic 0))
1086
1087   (make-charset
1088    '===ks-x1001
1089    "KS X 1001 representative glyph-images."
1090    '(registry "ksc5601"
1091               dimension 2
1092               chars 94
1093               mother ==ks-x1001
1094               =>iso-ir 149
1095               ;; final ?C
1096               graphic 0))
1097
1098   (make-charset
1099    '=>>jis-x0208
1100    "JIS X 0208 abstract glyphs (unchanged part)."
1101    '(registry "jisx0208\\.1990"
1102               dimension 2
1103               chars 94
1104               mother =jis-x0208
1105               =>iso-ir 168
1106               ;; final ?B
1107               graphic 0))
1108   (make-charset
1109    '=>>jis-x0208@1978
1110    "JIS X 0208:1978 abstract glyphs."
1111    '(registry "jisx0208\\.1978"
1112               dimension 2
1113               chars 94
1114               mother =>>jis-x0208
1115               =>iso-ir 42
1116               ;; final ?@
1117               graphic 0))
1118   (make-charset
1119    '=>>jis-x0208@1983
1120    "JIS X 0208:1983 abstract glyphs."
1121    '(registry "jisx0208\\.1983"
1122               dimension 2
1123               chars 94
1124               mother =>>jis-x0208
1125               =>iso-ir 87
1126               graphic 0))
1127   (make-charset
1128    '=>>jis-x0208@1990
1129    "JIS X 0208:1990 abstract glyphs."
1130    '(registry "jisx0208\\.1990"
1131               dimension 2
1132               chars 94
1133               mother =>>jis-x0208
1134               =>iso-ir 168
1135               graphic 0))
1136
1137   (make-charset
1138    '=>>jis-x0213-1
1139    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
1140    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1141               dimension 2
1142               chars 94
1143               mother =jis-x0213-1
1144               =>iso-ir 228
1145               ;; final ?O
1146               graphic 0
1147               ;; partial t
1148               ))
1149   (make-charset
1150    '=>>jis-x0213-1@2000
1151    "JIS X 0213:2000 Plain 1 abstract glyphs"
1152    '(registry "jisx0213\\(\\.2000\\)-1"
1153               dimension 2
1154               chars 94
1155               mother =>>jis-x0213-1
1156               =>iso-ir 228
1157               ;; final ?O
1158               graphic 0
1159               ;; partial t
1160               ))
1161   (make-charset
1162    '=>>jis-x0213-2
1163    "JIS X 0213 Plain 2 abstract glyphs"
1164    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1165               dimension 2
1166               chars 94
1167               mother =jis-x0213-2
1168               =>iso-ir 229
1169               ;; final ?P
1170               graphic 0))
1171   (make-charset
1172    '=>>jis-x0213-1@2004
1173    "JIS X 0213:2004 Plain 1 abstract glyphs"
1174    '(registry "jisx0213\\(\\.2004\\)-1"
1175               dimension 2
1176               chars 94
1177               mother =>>jis-x0213-1
1178               =>iso-ir 233
1179               ;; final ?Q
1180               graphic 0
1181               ;; partial t
1182               ))
1183
1184   (make-charset
1185    '=+>jis-x0208
1186    "JIS X 0208 based on usual unification."
1187    '(registry "jisx0208\\.1990"
1188               dimension 2
1189               chars 94
1190               mother =>>jis-x0208
1191               =>iso-ir 168
1192               ;; final ?B
1193               graphic 0))
1194   (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208)
1195   (make-charset
1196    '=+>jis-x0208@1978
1197    "JIS X 0208:1978 unified abstract glyphs."
1198    '(registry "jisx0208\\.1978"
1199               dimension 2
1200               chars 94
1201               mother =+>jis-x0208
1202               =>iso-ir 42
1203               ;; final ?@
1204               graphic 0))
1205   (make-charset
1206    '=+>jis-x0208@1983
1207    "JIS X 0208:1983 unified abstract glyphs."
1208    '(registry "jisx0208\\.1983"
1209               dimension 2
1210               chars 94
1211               mother =+>jis-x0208
1212               =>iso-ir 87
1213               graphic 0))
1214   (make-charset
1215    '=+>jis-x0208@1990
1216    "JIS X 0208:1990 unified abstract glyphs."
1217    '(registry "jisx0208\\.1990"
1218               dimension 2
1219               chars 94
1220               mother =+>jis-x0208
1221               =>iso-ir 168
1222               graphic 0))
1223   (make-charset
1224    '=+>jis-x0213-1
1225    "JIS X 0213 Plain 1 unified abstract glyphs (unchanged part)"
1226    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1227               dimension 2
1228               chars 94
1229               mother =>>jis-x0213-1
1230               =>iso-ir 228
1231               ;; final ?O
1232               graphic 0
1233               ;; partial t
1234               ))
1235   (make-charset
1236    '=+>jis-x0213-1@2000
1237    "JIS X 0213:2000 Plain 1 unified abstract glyphs"
1238    '(registry "jisx0213\\(\\.2000\\)-1"
1239               dimension 2
1240               chars 94
1241               mother =+>jis-x0213-1
1242               =>iso-ir 228
1243               ;; final ?O
1244               graphic 0
1245               ;; partial t
1246               ))
1247   (make-charset
1248    '=+>jis-x0213-1@2004
1249    "JIS X 0213:2004 Plain 1 unified abstract glyphs"
1250    '(registry "jisx0213\\(\\.2004\\)-1"
1251               dimension 2
1252               chars 94
1253               mother =+>jis-x0213-1
1254               =>iso-ir 233
1255               ;; final ?Q
1256               graphic 0
1257               ;; partial t
1258               ))
1259
1260   (make-charset
1261    '=>jis-x0208
1262    "JIS X 0208 based on the unchanged unification rules."
1263    '(registry "jisx0208\\.1990"
1264               dimension 2
1265               chars 94
1266               mother =+>jis-x0208
1267               =>iso-ir 168
1268               ;; final ?B
1269               graphic 0))
1270   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
1271   (make-charset
1272    '=>jis-x0208@1997
1273    "JIS X 0208 based on the unification rule of 1997 edition."
1274    '(registry "jisx0208\\.1990"
1275               dimension 2
1276               chars 94
1277               mother =>jis-x0208
1278               =>iso-ir 168
1279               ;; final ?B
1280               graphic 0))
1281   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
1282   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
1283
1284   (make-charset
1285    '=>jis-x0213-1
1286    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
1287    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
1288               dimension 2
1289               chars 94
1290               mother =+>jis-x0213-1
1291               =>iso-ir 228
1292               ;; final ?O
1293               graphic 0
1294               ;; partial t
1295               ))
1296   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
1297   (make-charset
1298    '=>jis-x0213-1@2000
1299    "JIS X 0213:2000 Plain 1 abstract characters"
1300    '(registry "jisx0213\\(\\.2000\\)-1"
1301               dimension 2
1302               chars 94
1303               mother =>jis-x0213-1
1304               =>iso-ir 228
1305               ;; final ?O
1306               graphic 0
1307               ;; partial t
1308               ))
1309   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
1310   (make-charset
1311    '=>jis-x0213-1@2004
1312    "JIS X 0213:2004 Plain 1 abstract characters"
1313    '(registry "jisx0213\\(\\.2004\\)-1"
1314               dimension 2
1315               chars 94
1316               mother =>jis-x0213-1
1317               =>iso-ir 233
1318               ;; final ?Q
1319               graphic 0
1320               ;; partial t
1321               ))
1322   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
1323   (make-charset
1324    '=+>jis-x0213-2
1325    "JIS X 0213 Plain 2 based on usual unification."
1326    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1327               dimension 2
1328               chars 94
1329               mother =>>jis-x0213-2
1330               =>iso-ir 229
1331               ;; final ?P
1332               graphic 0))
1333   (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2)
1334   (make-charset
1335    '=>jis-x0213-2
1336    "JIS X 0213 Plain 2 abstract characters"
1337    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
1338               dimension 2
1339               chars 94
1340               mother =+>jis-x0213-2
1341               =>iso-ir 229
1342               ;; final ?P
1343               graphic 0))
1344
1345   (make-charset
1346    '==cns11643-1
1347    "CNS 11643 Plane 1 representative glyph-images."
1348    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1349               dimension 2
1350               chars 94
1351               mother =cns11643-1
1352               =>iso-ir 171
1353               graphic 0))
1354   (make-charset
1355    '==cns11643-2
1356    "CNS 11643 Plane 2 representative glyph-images."
1357    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1358               dimension 2
1359               chars 94
1360               mother =cns11643-2
1361               =>iso-ir 172
1362               graphic 0))
1363   (make-charset
1364    '==cns11643-3
1365    "CNS 11643 Plane 3 representative glyph-images."
1366    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1367               dimension 2
1368               chars 94
1369               mother =cns11643-3
1370               =>iso-ir 183
1371               graphic 0))
1372   (make-charset
1373    '==cns11643-4
1374    "CNS 11643 Plane 4 representative glyph-images."
1375    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1376               dimension 2
1377               chars 94
1378               mother =cns11643-4
1379               =>iso-ir 184
1380               graphic 0))
1381   (make-charset
1382    '==cns11643-5
1383    "CNS 11643 Plane 5 representative glyph-images."
1384    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1385               dimension 2
1386               chars 94
1387               mother =cns11643-5
1388               =>iso-ir 185
1389               graphic 0))
1390   (make-charset
1391    '==cns11643-6
1392    "CNS 11643 Plane 6 representative glyph-images."
1393    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1394               dimension 2
1395               chars 94
1396               mother =cns11643-6
1397               =>iso-ir 186
1398               graphic 0))
1399   (make-charset
1400    '==cns11643-7
1401    "CNS 11643 Plane 7 representative glyph-images."
1402    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1403               dimension 2
1404               chars 94
1405               mother =cns11643-7
1406               =>iso-ir 187
1407               graphic 0))
1408
1409   (make-charset
1410    '===cns11643-1
1411    "CNS 11643 Plane 1 representative glyph-images."
1412    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1413               dimension 2
1414               chars 94
1415               mother ==cns11643-1
1416               =>iso-ir 171
1417               graphic 0))
1418   (make-charset
1419    '===cns11643-2
1420    "CNS 11643 Plane 2 representative glyph-images."
1421    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1422               dimension 2
1423               chars 94
1424               mother ==cns11643-2
1425               =>iso-ir 172
1426               graphic 0))
1427   (make-charset
1428    '===cns11643-3
1429    "CNS 11643 Plane 3 representative glyph-images."
1430    '(registry "CNS11643[.-]\\(.*[.-]\\)?3$"
1431               dimension 2
1432               chars 94
1433               mother ==cns11643-3
1434               =>iso-ir 183
1435               graphic 0))
1436   (make-charset
1437    '===cns11643-4
1438    "CNS 11643 Plane 4 representative glyph-images."
1439    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1440               dimension 2
1441               chars 94
1442               mother ==cns11643-4
1443               =>iso-ir 184
1444               graphic 0))
1445   (make-charset
1446    '===cns11643-5
1447    "CNS 11643 Plane 5 representative glyph-images."
1448    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1449               dimension 2
1450               chars 94
1451               mother ==cns11643-5
1452               =>iso-ir 185
1453               graphic 0))
1454   (make-charset
1455    '===cns11643-6
1456    "CNS 11643 Plane 6 representative glyph-images."
1457    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1458               dimension 2
1459               chars 94
1460               mother ==cns11643-6
1461               =>iso-ir 186
1462               graphic 0))
1463   (make-charset
1464    '===cns11643-7
1465    "CNS 11643 Plane 7 representative glyph-images."
1466    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1467               dimension 2
1468               chars 94
1469               mother ==cns11643-7
1470               =>iso-ir 187
1471               graphic 0))
1472
1473   (make-charset
1474    '=>>cns11643-1
1475    "CNS 11643 Plane 1 abstract glyphs."
1476    '(registry "CNS11643[.-]\\(.*[.-]\\)?1$"
1477               dimension 2
1478               chars 94
1479               mother =cns11643-1
1480               =>iso-ir 184
1481               graphic 0))
1482   (make-charset
1483    '=>>cns11643-4
1484    "CNS 11643 Plane 4 abstract glyphs."
1485    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
1486               dimension 2
1487               chars 94
1488               mother =cns11643-4
1489               =>iso-ir 184
1490               graphic 0))
1491
1492   (make-charset
1493    '=>cns11643-2
1494    "CNS 11643 Plane 2 abstract characters."
1495    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
1496               dimension 2
1497               chars 94
1498               mother =cns11643-2
1499               =>iso-ir 172
1500               graphic 0))
1501   (make-charset
1502    '=>cns11643-5
1503    "CNS 11643 Plane 5 abstract characters."
1504    '(registry "CNS11643[.-]\\(.*[.-]\\)?5$"
1505               dimension 2
1506               chars 94
1507               mother =cns11643-5
1508               =>iso-ir 185
1509               graphic 0))
1510   (make-charset
1511    '=>cns11643-6
1512    "CNS 11643 Plane 6 abstract characters."
1513    '(registry "CNS11643[.-]\\(.*[.-]\\)?6$"
1514               dimension 2
1515               chars 94
1516               mother =cns11643-6
1517               =>iso-ir 186
1518               graphic 0))
1519   (make-charset
1520    '=>cns11643-7
1521    "CNS 11643 Plane 7 abstract characters."
1522    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1523               dimension 2
1524               chars 94
1525               mother =cns11643-7
1526               =>iso-ir 187
1527               graphic 0))
1528
1529   (make-charset '=big5-eten
1530                 "Big5 ETEN"
1531                 '(long-name     "Big5-ETEN"
1532                   chars         256
1533                   dimension     2
1534                   columns       2
1535                   graphic       2
1536                   direction     l2r
1537                   mother        chinese-big5
1538                   min-code      #x8140
1539                   max-code      #xFEFE
1540                   registry      "Big5\\.ETEN"))
1541   (define-charset-alias 'chinese-big5-eten '=big5-eten)
1542   (make-charset 'chinese-big5-eten-a
1543                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
1544                 '(long-name     "Big5-ETEN-a"
1545                   chars         256
1546                   dimension     2
1547                   columns       2
1548                   graphic       2
1549                   direction     l2r
1550                   mother        chinese-big5
1551                   min-code      #xF9D6
1552                   max-code      #xF9FE
1553                   registry      "Big5\\.ETEN"))
1554   (make-charset 'chinese-big5-eten-b
1555                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
1556                 '(long-name     "Big5-ETEN-b"
1557                   chars         256
1558                   dimension     2
1559                   columns       2
1560                   graphic       2
1561                   direction     l2r
1562                   mother        chinese-big5
1563                   min-code      #xC6A1
1564                   max-code      #xC8FE
1565                   registry      "Big5\\.ETEN"))
1566
1567   (make-charset '=big5-cdp
1568                 "Big5 with CDP extension"
1569                 '(long-name     "Big5-CDP"
1570                   chars         256
1571                   dimension     2
1572                   columns       2
1573                   graphic       2
1574                   direction     l2r
1575                   registry      "big5\\.cdp-0"
1576                   mother        chinese-big5
1577                   min-code      #x8140
1578                   max-code      #x8DFE))
1579   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
1580
1581   (make-charset '==big5-cdp
1582                 "Abstract glyph-images of Big5-CDP"
1583                 '(long-name     "Big5-CDP glyph-forms"
1584                   chars         256
1585                   dimension     2
1586                   columns       2
1587                   graphic       2
1588                   direction     l2r
1589                   registry      "big5\\.cdp-0"
1590                   mother        =big5-cdp))
1591   (make-charset '===big5-cdp
1592                 "Representative glyph-images of Big5-CDP"
1593                 '(long-name     "Big5-CDP glyph-images"
1594                   chars         256
1595                   dimension     2
1596                   columns       2
1597                   graphic       2
1598                   direction     l2r
1599                   registry      "big5\\.cdp-0"
1600                   mother        ==big5-cdp))
1601
1602   (make-charset '=>>big5-cdp
1603                 "Abstract glyphs of Big5-CDP"
1604                 '(long-name     "Big5-CDP glyphs"
1605                   chars         256
1606                   dimension     2
1607                   columns       2
1608                   graphic       2
1609                   direction     l2r
1610                   registry      "big5\\.cdp-0"
1611                   mother        =big5-cdp))
1612
1613   (make-charset '=>big5-cdp
1614                 "Big5-CDP abstract characters"
1615                 '(long-name     "Big5-CDP abstract characters"
1616                   chars         256
1617                   dimension     2
1618                   columns       2
1619                   graphic       2
1620                   direction     l2r
1621                   registry      "big5\\.cdp-0"
1622                   mother        =>>big5-cdp))
1623
1624   (make-charset
1625    '=mj
1626    "Moji-Jouhou-Kiban characters"
1627    `(long-name "Moji-Jouhou-Kiban"
1628                chars 256
1629                dimension 2
1630                columns 2
1631                graphic 2
1632                direction l2r
1633                ;; registry "mj-0$"
1634                min-code     #xE30000
1635                max-code ,(+ #xE30000 68053)
1636                code-offset  #xE30000
1637                ;; min-code            ,(lsh #x6404 16)
1638                ;; max-code         ,(+ (lsh #x6404 16) 68053)
1639                ;; code-offset    ,(lsh #x6404 16)
1640                ))
1641   (make-charset
1642    '=mj-0
1643    "Moji-Jouhou-Kiban plane 0"
1644    '(long-name "Moji-Jouhou-Kiban-0"
1645                chars 256
1646                dimension 2
1647                columns 2
1648                graphic 2
1649                direction l2r
1650                registry "mj-0$"
1651                mother =mj
1652                min-code 0
1653                max-code #xFFFF))
1654   (make-charset
1655    '=mj-1
1656    "Moji-Jouhou-Kiban plane 1"
1657    '(long-name "Moji-Jouhou-Kiban-1"
1658                chars 256
1659                dimension 2
1660                columns 2
1661                graphic 2
1662                direction l2r
1663                registry "mj-1$"
1664                mother =mj
1665                min-code #x10000
1666                code-offset #x10000))
1667
1668   (make-charset
1669    '=hanyo-denshi/ja
1670    "JA (JIS X0208) part of Han'you-Denshi characters"
1671    `(long-name "Han'you-Denshi/JA"
1672                chars 94
1673                dimension 2
1674                columns 2
1675                graphic 2
1676                direction l2r
1677                registry "HanyoDenshi\\.JA-0$"
1678                min-code ,(lsh #x6400 16)
1679                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1680                code-offset ,(lsh #x6400 16)))
1681   (make-charset
1682    '=hanyo-denshi/jb
1683    "JB (JIS X0212) part of Han'you-Denshi characters"
1684    `(long-name "Han'you-Denshi/JB"
1685                chars 94
1686                dimension 2
1687                columns 2
1688                graphic 2
1689                direction l2r
1690                registry "HanyoDenshi\\.JB-0$"
1691                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1692                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1693                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1694   (make-charset
1695    '=hanyo-denshi/jc
1696    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1697    `(long-name "Han'you-Denshi/JC"
1698                chars 94
1699                dimension 2
1700                columns 2
1701                graphic 2
1702                direction l2r
1703                registry "HanyoDenshi\\.JC-0$"
1704                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1705                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1706                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1707   (make-charset
1708    '=hanyo-denshi/jd
1709    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1710    `(long-name "Han'you-Denshi/JD"
1711                chars 94
1712                dimension 2
1713                columns 2
1714                graphic 2
1715                direction l2r
1716                registry "HanyoDenshi\\.JD-0$"
1717                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1718                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1719                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1720   (make-charset
1721    '=hanyo-denshi/ft
1722    "FT (FDPC additional) part of Han'you-Denshi characters"
1723    `(long-name "Han'you-Denshi/FT"
1724                chars 94
1725                dimension 2
1726                columns 2
1727                graphic 2
1728                direction l2r
1729                registry "HanyoDenshi\\.FT-0$"
1730                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1731                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1732                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1733   (make-charset
1734    '=hanyo-denshi/ia
1735    "IA part of Han'you-Denshi characters"
1736    `(long-name "Han'you-Denshi/IA"
1737                chars 94
1738                dimension 2
1739                columns 2
1740                graphic 2
1741                direction l2r
1742                registry "HanyoDenshi\\.IA-0$"
1743                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1744                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1745                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1746   (make-charset
1747    '=hanyo-denshi/ib
1748    "IB part of Han'you-Denshi characters"
1749    `(long-name "Han'you-Denshi/IB"
1750                chars 94
1751                dimension 2
1752                columns 2
1753                graphic 2
1754                direction l2r
1755                registry "HanyoDenshi\\.IB-0$"
1756                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1757                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1758                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1759   (make-charset
1760    '=hanyo-denshi/hg
1761    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1762    `(long-name "Han'you-Denshi/HG"
1763                chars 94
1764                dimension 2
1765                columns 2
1766                graphic 2
1767                direction l2r
1768                registry "HanyoDenshi\\.HG-0$"
1769                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1770                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1771                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1772   (make-charset
1773    '=hanyo-denshi/ip
1774    "IP (for IPA) part of Han'you-Denshi characters"
1775    `(long-name "Han'you-Denshi/IP"
1776                chars 256
1777                dimension 2
1778                columns 2
1779                graphic 2
1780                direction l2r
1781                registry "HanyoDenshi\\.IP-0$"
1782                min-code    ,(+ (lsh #x6402 16) #x4E00)
1783                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1784                code-offset ,(+ (lsh #x6402 16))))
1785   (make-charset
1786    '=hanyo-denshi/jt
1787    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1788    `(long-name "Han'you-Denshi/JT"
1789                chars 256
1790                dimension 2
1791                columns 2
1792                graphic 2
1793                direction l2r
1794                registry "HanyoDenshi\\.JT-0$"
1795                min-code    ,(+ (lsh #x6402 16) #xAC00)
1796                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1797                code-offset ,(+ (lsh #x6402 16))))
1798   (make-charset
1799    '=hanyo-denshi/ks
1800    "KS (KoSeki) part of Han'you-Denshi characters"
1801    `(long-name "Han'you-Denshi/KS font encoding"
1802                chars 256
1803                dimension 3
1804                columns 2
1805                graphic 2
1806                direction l2r))
1807
1808   (make-charset
1809    '==mj
1810    "Moji-Jouhou-Kiban detailed glyph-images."
1811    '(long-name "MJ glyph-images"
1812                chars 256
1813                dimension 2
1814                columns 2
1815                graphic 2
1816                direction l2r
1817                mother =mj))
1818   (make-charset
1819    '==mj-0
1820    "MJ detailed glyph-images plane 0"
1821    '(long-name "MJ glyph-images-0"
1822                chars 256
1823                dimension 2
1824                columns 2
1825                graphic 2
1826                direction l2r
1827                registry "mj-0$"
1828                mother ==mj
1829                min-code 0
1830                max-code #xFFFF))
1831   (make-charset
1832    '==mj-1
1833    "MJ detailed glyph-images plane 1"
1834    '(long-name "MJ glyph-images-1"
1835                chars 256
1836                dimension 2
1837                columns 2
1838                graphic 2
1839                direction l2r
1840                registry "mj-1$"
1841                mother ==mj
1842                min-code #x10000
1843                code-offset #x10000))
1844
1845   (make-charset
1846    '==hanyo-denshi/ja
1847    "Han'you-Denshi/JA abstract glyph-forms."
1848    '(long-name "Han'you-Denshi/JA glyph-forms"
1849                chars 94
1850                dimension 2
1851                columns 2
1852                graphic 2
1853                direction l2r
1854                registry "HanyoDenshi\\.JA-0$"
1855                mother =hanyo-denshi/ja))
1856   (make-charset
1857    '==hanyo-denshi/jb
1858    "Han'you-Denshi/JB abstract glyph-forms."
1859    '(long-name "Han'you-Denshi/JB glyph-forms"
1860                chars 94
1861                dimension 2
1862                columns 2
1863                graphic 2
1864                direction l2r
1865                registry "HanyoDenshi\\.JB-0$"
1866                mother =hanyo-denshi/jb))
1867   (make-charset
1868    '==hanyo-denshi/jc
1869    "Han'you-Denshi/JC abstract glyph-forms."
1870    '(long-name "Han'you-Denshi/JC glyph-forms"
1871                chars 94
1872                dimension 2
1873                columns 2
1874                graphic 2
1875                direction l2r
1876                registry "HanyoDenshi\\.JC-0$"
1877                mother =hanyo-denshi/jc))
1878   (make-charset
1879    '==hanyo-denshi/jd
1880    "Han'you-Denshi/JD abstract glyph-forms."
1881    '(long-name "Han'you-Denshi/JD glyph-forms"
1882                chars 94
1883                dimension 2
1884                columns 2
1885                graphic 2
1886                direction l2r
1887                registry "HanyoDenshi\\.JD-0$"
1888                mother =hanyo-denshi/jd))
1889   (make-charset
1890    '==hanyo-denshi/ft
1891    "Han'you-Denshi/FT abstract glyph-forms."
1892    '(long-name "Han'you-Denshi/FT glyph-forms"
1893                chars 94
1894                dimension 2
1895                columns 2
1896                graphic 2
1897                direction l2r
1898                registry "HanyoDenshi\\.FT-0$"
1899                mother =hanyo-denshi/ft))
1900   (make-charset
1901    '==hanyo-denshi/ia
1902    "Han'you-Denshi/IA abstract glyph-forms."
1903    '(long-name "Han'you-Denshi/IA glyph-images"
1904                chars 94
1905                dimension 2
1906                columns 2
1907                graphic 2
1908                direction l2r
1909                registry "HanyoDenshi\\.IA-0$"
1910                mother =hanyo-denshi/ia))
1911   (make-charset
1912    '==hanyo-denshi/ib
1913    "Han'you-Denshi/IB abstract glyph-forms."
1914    '(long-name "Han'you-Denshi/IB glyph-forms"
1915                chars 94
1916                dimension 2
1917                columns 2
1918                graphic 2
1919                direction l2r
1920                registry "HanyoDenshi\\.IB-0$"
1921                mother =hanyo-denshi/ib))
1922   (make-charset
1923    '==hanyo-denshi/hg
1924    "Han'you-Denshi/HG abstract glyph-forms."
1925    '(long-name "Han'you-Denshi/HG glyph-forms"
1926                chars 94
1927                dimension 2
1928                columns 2
1929                graphic 2
1930                direction l2r
1931                registry "HanyoDenshi\\.HG-0$"
1932                mother =hanyo-denshi/hg))
1933   (make-charset
1934    '==hanyo-denshi/ip
1935    "Han'you-Denshi/IP abstract glyph-forms."
1936    '(long-name "Han'you-Denshi/IP glyph-images"
1937                chars 256
1938                dimension 2
1939                columns 2
1940                graphic 2
1941                direction l2r
1942                registry "HanyoDenshi\\.IP-0$"
1943                mother =hanyo-denshi/ip))
1944   (make-charset
1945    '==hanyo-denshi/jt
1946    "JT (Juuki Touitsu Moji) abstract glyph-forms."
1947    '(long-name "Han'you-Denshi/JT glyph-forms"
1948                chars 256
1949                dimension 2
1950                columns 2
1951                graphic 2
1952                direction l2r
1953                registry "HanyoDenshi\\.JT-0$"
1954                mother =hanyo-denshi/jt))
1955   (make-charset
1956    '==hanyo-denshi/ks
1957    "KoSeki-touitsu-moji abstract glyph-forms."
1958    '(long-name "Han'you-Denshi/KS glyph-forms"
1959                chars 256
1960                dimension 3
1961                columns 2
1962                graphic 2
1963                direction l2r
1964                mother =hanyo-denshi/ks))
1965
1966   (make-charset
1967    '=koseki
1968    "Abstract glyph-forms of KoSeki-touitsu-moji."
1969    '(long-name "KoSeki-touitsu-moji glyph-forms"
1970                chars 256
1971                dimension 3
1972                columns 2
1973                graphic 2
1974                direction l2r
1975                mother =hanyo-denshi/ks))
1976   (make-charset
1977    '==koseki
1978    "Representative glyph-images of KoSeki-touitsu-moji."
1979    '(long-name "KoSeki-touitsu-moji glyph-images"
1980                chars 256
1981                dimension 3
1982                columns 2
1983                graphic 2
1984                direction l2r
1985                mother =koseki))
1986
1987   (define-charset-alias '=>>>hanyo-denshi/ja '==hanyo-denshi/ja)
1988   (define-charset-alias '=>>>hanyo-denshi/jb '==hanyo-denshi/jb)
1989   (define-charset-alias '=>>>hanyo-denshi/jc '==hanyo-denshi/jc)
1990   (define-charset-alias '=>>>hanyo-denshi/jd '==hanyo-denshi/jd)
1991   (define-charset-alias '=>>>hanyo-denshi/ft '==hanyo-denshi/ft)
1992   (define-charset-alias '=>>>hanyo-denshi/ib '==hanyo-denshi/ib)
1993   (define-charset-alias '=>>>hanyo-denshi/hg '==hanyo-denshi/hg)
1994   (define-charset-alias '=>>>hanyo-denshi/jt '==hanyo-denshi/jt)
1995   (define-charset-alias '=>>>hanyo-denshi/ks '==hanyo-denshi/ks)
1996
1997   ;; (make-charset
1998   ;;  '===hanyo-denshi/ja
1999   ;;  "Han'you-Denshi/JA detailed glyph-images."
2000   ;;  '(long-name "Han'you-Denshi/JA glyph-images"
2001   ;;              chars 94
2002   ;;              dimension 2
2003   ;;              columns 2
2004   ;;              graphic 2
2005   ;;              direction l2r
2006   ;;              registry "HanyoDenshi\\.JA-0$"
2007   ;;              mother ==hanyo-denshi/ja))
2008   (make-charset
2009    '===hanyo-denshi/jb
2010    "Han'you-Denshi/JB detailed glyph-images."
2011    '(long-name "Han'you-Denshi/JB glyph-images"
2012                chars 94
2013                dimension 2
2014                columns 2
2015                graphic 2
2016                direction l2r
2017                registry "HanyoDenshi\\.JB-0$"
2018                mother ==hanyo-denshi/jb))
2019   (make-charset
2020    '===hanyo-denshi/jc
2021    "Han'you-Denshi/JC representative glyph-images."
2022    '(long-name "Han'you-Denshi/JC glyph-images"
2023                chars 94
2024                dimension 2
2025                columns 2
2026                graphic 2
2027                direction l2r
2028                registry "HanyoDenshi\\.JC-0$"
2029                mother ==hanyo-denshi/jc))
2030   (make-charset
2031    '===hanyo-denshi/jd
2032    "Han'you-Denshi/JD representative glyph-images."
2033    '(long-name "Han'you-Denshi/JD glyph-images"
2034                chars 94
2035                dimension 2
2036                columns 2
2037                graphic 2
2038                direction l2r
2039                registry "HanyoDenshi\\.JD-0$"
2040                mother ==hanyo-denshi/jd))
2041   (make-charset
2042    '===hanyo-denshi/ft
2043    "Han'you-Denshi/FT detailed glyph-images."
2044    '(long-name "Han'you-Denshi/FT glyph-images"
2045                chars 94
2046                dimension 2
2047                columns 2
2048                graphic 2
2049                direction l2r
2050                registry "HanyoDenshi\\.FT-0$"
2051                mother ==hanyo-denshi/ft))
2052   (make-charset
2053    '===hanyo-denshi/ia
2054    "Han'you-Denshi/IA detailed glyph-images."
2055    '(long-name "Han'you-Denshi/IA glyph-images"
2056                chars 94
2057                dimension 2
2058                columns 2
2059                graphic 2
2060                direction l2r
2061                registry "HanyoDenshi\\.IA-0$"
2062                mother ==hanyo-denshi/ia))
2063   (make-charset
2064    '===hanyo-denshi/ib
2065    "Han'you-Denshi/IB detailed glyph-images."
2066    '(long-name "Han'you-Denshi/IB glyph-images"
2067                chars 94
2068                dimension 2
2069                columns 2
2070                graphic 2
2071                direction l2r
2072                registry "HanyoDenshi\\.IB-0$"
2073                mother ==hanyo-denshi/ib))
2074   (make-charset
2075    '===hanyo-denshi/hg
2076    "Han'you-Denshi/HG detailed glyph-images."
2077    '(long-name "Han'you-Denshi/HG glyph-images"
2078                chars 94
2079                dimension 2
2080                columns 2
2081                graphic 2
2082                direction l2r
2083                registry "HanyoDenshi\\.HG-0$"
2084                mother ==hanyo-denshi/hg))
2085   (make-charset
2086    '===hanyo-denshi/ip
2087    "Han'you-Denshi/IP representative glyph-images."
2088    '(long-name "Han'you-Denshi/IP glyph-images"
2089                chars 256
2090                dimension 2
2091                columns 2
2092                graphic 2
2093                direction l2r
2094                registry "HanyoDenshi\\.IP-0$"
2095                mother ==hanyo-denshi/ip))
2096   (make-charset
2097    '===hanyo-denshi/jt
2098    "JT (Juuki Touitsu Moji) detailed glyph-images."
2099    '(long-name "Han'you-Denshi/JT glyph-images"
2100                chars 256
2101                dimension 2
2102                columns 2
2103                graphic 2
2104                direction l2r
2105                registry "HanyoDenshi\\.JT-0$"
2106                mother ==hanyo-denshi/jt))
2107   (make-charset
2108    '===hanyo-denshi/ks
2109    "KoSeki-touitsu-moji detailed glyph-images."
2110    '(long-name "Han'you-Denshi/KS glyph-images"
2111                chars 256
2112                dimension 3
2113                columns 2
2114                graphic 2
2115                direction l2r
2116                mother ==hanyo-denshi/ks))
2117
2118   (make-charset
2119    '=hanyo-denshi/ks/mf
2120    "font encoding for KS (KoSeki) characters"
2121    `(long-name "Han'you-Denshi/KS font encoding"
2122                chars 256
2123                dimension 2
2124                columns 2
2125                graphic 2
2126                direction l2r
2127                registry "HanyoDenshi\\.KSMF-0$"
2128                min-code       ,(lsh #x6403 16)
2129                max-code    ,(+ (lsh #x6403 16) #xFFFF)
2130                code-offset    ,(lsh #x6403 16)))
2131
2132   (make-charset
2133    '===mj
2134    "Moji-Jouhou-Kiban detailed glyph-images."
2135    '(long-name "MJ glyph-images"
2136                chars 256
2137                dimension 2
2138                columns 2
2139                graphic 2
2140                direction l2r
2141                mother ==mj))
2142   (make-charset
2143    '===mj-0
2144    "MJ detailed glyph-images plane 0"
2145    '(long-name "MJ glyph-images-0"
2146                chars 256
2147                dimension 2
2148                columns 2
2149                graphic 2
2150                direction l2r
2151                registry "mj-0$"
2152                mother ===mj
2153                min-code 0
2154                max-code #xFFFF))
2155   (make-charset
2156    '===mj-1
2157    "MJ detailed glyph-images plane 1"
2158    '(long-name "MJ glyph-images-1"
2159                chars 256
2160                dimension 2
2161                columns 2
2162                graphic 2
2163                direction l2r
2164                registry "mj-1$"
2165                mother ===mj
2166                min-code #x10000
2167                code-offset #x10000))
2168
2169   (make-charset
2170    '=+>hanyo-denshi/ft
2171    "Han'you-Denshi/FT abstract glyphs"
2172    '(long-name "Han'you-Denshi/FT glyphs"
2173                chars 94
2174                dimension 2
2175                columns 2
2176                graphic 2
2177                direction l2r
2178                registry "HanyoDenshi\\.FT-0$"
2179                mother =hanyo-denshi/ft))
2180   (make-charset
2181    '=+>hanyo-denshi/jt
2182    "JT (Juuki Touitsu Moji) unified abstract glyphs."
2183    '(long-name "Han'you-Denshi/JT unified glyphs"
2184                chars 256
2185                dimension 2
2186                columns 2
2187                graphic 2
2188                direction l2r
2189                registry "HanyoDenshi\\.JT-0$"
2190                mother =hanyo-denshi/jt))
2191
2192   (make-charset
2193    '=>>mj
2194    "Moji-Jouhou-Kiban abstract glyphs."
2195    '(long-name "MJ glyphs"
2196                chars 256
2197                dimension 2
2198                columns 2
2199                graphic 2
2200                direction l2r
2201                mother =mj))
2202
2203   (make-charset
2204    '=>>hanyo-denshi/ja
2205    "Han'you-Denshi/JA abstract glyphs"
2206    '(long-name "Han'you-Denshi/JA glyphs"
2207                chars 94
2208                dimension 2
2209                columns 2
2210                graphic 2
2211                direction l2r
2212                registry "HanyoDenshi\\.JA-0$"
2213                mother =hanyo-denshi/ja))
2214   (make-charset
2215    '=>>hanyo-denshi/jb
2216    "Han'you-Denshi/JB abstract glyphs"
2217    '(long-name "Han'you-Denshi/JB glyphs"
2218                chars 94
2219                dimension 2
2220                columns 2
2221                graphic 2
2222                direction l2r
2223                registry "HanyoDenshi\\.JB-0$"
2224                mother =hanyo-denshi/jb))
2225   (make-charset
2226    '=>>hanyo-denshi/jc
2227    "Han'you-Denshi/JC abstract glyphs"
2228    '(long-name "Han'you-Denshi/JC glyphs"
2229                chars 94
2230                dimension 2
2231                columns 2
2232                graphic 2
2233                direction l2r
2234                registry "HanyoDenshi\\.JC-0$"
2235                mother =hanyo-denshi/jc))
2236   (make-charset
2237    '=>>hanyo-denshi/jd
2238    "Han'you-Denshi/JD abstract glyphs"
2239    '(long-name "Han'you-Denshi/JD glyphs"
2240                chars 94
2241                dimension 2
2242                columns 2
2243                graphic 2
2244                direction l2r
2245                registry "HanyoDenshi\\.JD-0$"
2246                mother =hanyo-denshi/jd))
2247   (make-charset
2248    '=>>hanyo-denshi/ft
2249    "Han'you-Denshi/FT abstract glyphs"
2250    '(long-name "Han'you-Denshi/FT glyphs"
2251                chars 94
2252                dimension 2
2253                columns 2
2254                graphic 2
2255                direction l2r
2256                registry "HanyoDenshi\\.FT-0$"
2257                mother =hanyo-denshi/ft))
2258   (make-charset
2259    '=>>hanyo-denshi/ia
2260    "Han'you-Denshi/IA abstract glyphs"
2261    '(long-name "Han'you-Denshi/IA glyphs"
2262                chars 94
2263                dimension 2
2264                columns 2
2265                graphic 2
2266                direction l2r
2267                registry "HanyoDenshi\\.IA-0$"
2268                mother =hanyo-denshi/ia))
2269   (make-charset
2270    '=>>hanyo-denshi/ib
2271    "Han'you-Denshi/IB abstract glyphs"
2272    '(long-name "Han'you-Denshi/IB abstract glyphs"
2273                chars 94
2274                dimension 2
2275                columns 2
2276                graphic 2
2277                direction l2r
2278                registry "HanyoDenshi\\.IB-0$"
2279                mother =hanyo-denshi/ib))
2280   (make-charset
2281    '=>>hanyo-denshi/hg
2282    "Han'you-Denshi/HG abstract glyphs"
2283    '(long-name "Han'you-Denshi/HG abstract glyphs"
2284                chars 94
2285                dimension 2
2286                columns 2
2287                graphic 2
2288                direction l2r
2289                registry "HanyoDenshi\\.HG-0$"
2290                mother =hanyo-denshi/hg))
2291   (make-charset
2292    '=>>hanyo-denshi/ip
2293    "Han'you-Denshi/IP abstract glyphs"
2294    '(long-name "Han'you-Denshi/IP abstract glyphs"
2295                chars 256
2296                dimension 2
2297                columns 2
2298                graphic 2
2299                direction l2r
2300                registry "HanyoDenshi\\.IP-0$"
2301                mother =hanyo-denshi/ip))
2302   (make-charset
2303    '=>>hanyo-denshi/jt
2304    "JT (Juuki Touitsu Moji) abstract glyphs"
2305    '(long-name "Han'you-Denshi/JT glyphs"
2306                chars 256
2307                dimension 2
2308                columns 2
2309                graphic 2
2310                direction l2r
2311                registry "HanyoDenshi\\.JT-0$"
2312                mother =hanyo-denshi/jt))
2313   (make-charset
2314    '=>>hanyo-denshi/ks
2315    "Han'you-Denshi/KS abstract glyphs"
2316    '(long-name "Han'you-Denshi/KS glyphs"
2317                chars 256
2318                dimension 3
2319                columns 2
2320                graphic 2
2321                direction l2r
2322                mother =hanyo-denshi/ks))
2323
2324   (make-charset '=gt
2325                 "GT 2000"
2326                 `(long-name     "GT"
2327                   chars         256
2328                   dimension     3
2329                   columns       2
2330                   graphic       2
2331                   direction     l2r
2332                   registry      ""
2333                   min-code      ,(lsh #x6100 16)
2334                   max-code      ,(+ (lsh #x6100 16) 67547)
2335                   code-offset   ,(lsh #x6100 16)))
2336   (make-charset '==gt
2337                 "GT 2000 abstract glyph-forms."
2338                 '(long-name     "GT abstract glyph-forms"
2339                   chars         256
2340                   dimension     3
2341                   columns       2
2342                   graphic       2
2343                   direction     l2r
2344                   mother        =gt))
2345   (make-charset '===gt
2346                 "GT 2000 detailed glyph-images."
2347                 '(long-name     "GT glyph-images"
2348                   chars         256
2349                   dimension     3
2350                   columns       2
2351                   graphic       2
2352                   direction     l2r
2353                   mother        ==gt
2354                   ;; min-code   1
2355                   ;; max-code   67392
2356                   ))
2357   (define-charset-alias 'ideograph-gt '=gt)
2358   (define-charset-alias '=>>>gt '==gt)
2359   (make-charset '=>>gt
2360                 "GT 2000 abstract glyphs"
2361                 '(long-name     "GT abstract glyphs"
2362                   chars         256
2363                   dimension     3
2364                   columns       2
2365                   graphic       2
2366                   direction     l2r
2367                   mother        =gt))
2368   (define-charset-alias '<=>gt '=>>gt)
2369   (define-charset-alias '<==>gt '=>>gt)
2370   (make-charset '=+>gt
2371                 "GT 2000 unified abstract glyphs"
2372                 '(long-name     "Unified abstract GT glyphs"
2373                   chars         256
2374                   dimension     3
2375                   columns       2
2376                   graphic       2
2377                   direction     l2r
2378                   mother        =>>gt))
2379   (make-charset '=>gt
2380                 "GT 2000 abstract characters"
2381                 '(long-name     "abstract GT characters"
2382                   chars         256
2383                   dimension     3
2384                   columns       2
2385                   graphic       2
2386                   direction     l2r
2387                   mother        =+>gt))
2388   (make-charset '=gt-k
2389                 "Ideographic components of GT"
2390                 `(long-name     "GT components"
2391                   chars         256
2392                   dimension     2
2393                   columns       2
2394                   graphic       2
2395                   direction     l2r
2396                   registry      ""
2397                   min-code      ,(lsh #x6110 16)
2398                   max-code      ,(+ (lsh #x6110 16) 17090)
2399                   code-offset   ,(lsh #x6110 16)))
2400   (define-charset-alias 'ideograph-gt-k '=gt-k)
2401   (make-charset '==gt-k
2402                 "Abstract glyph-images of GT-K"
2403                 '(long-name     "GT-K glyph-images"
2404                   chars         256
2405                   dimension     2
2406                   columns       2
2407                   graphic       2
2408                   direction     l2r
2409                   mother        =gt-k))
2410   (make-charset '===gt-k
2411                 "Representative glyph-images of GT-K"
2412                 '(long-name     "GT-K glyph-images"
2413                   chars         256
2414                   dimension     2
2415                   columns       2
2416                   graphic       2
2417                   direction     l2r
2418                   mother        ==gt-k))
2419   (make-charset '=>>gt-k
2420                 "abstract glyphs of GT-K"
2421                 '(long-name     "GT-K abstract glyphs"
2422                   chars         256
2423                   dimension     2
2424                   columns       2
2425                   graphic       2
2426                   direction     l2r
2427                   mother        =gt-k))
2428   (make-charset '=>gt-k
2429                 "GT-K abstract characters"
2430                 '(long-name     "GT-K abstract characters"
2431                   chars         256
2432                   dimension     2
2433                   columns       2
2434                   graphic       2
2435                   direction     l2r
2436                   mother        =>>gt-k))
2437   (let ((i 1))
2438     (while (<= i 11)
2439       (make-charset
2440        (intern (format "=gt-pj-%d" i))
2441        (format "GT 2000 (pseudo JIS encoding) part %d" i)
2442        `(long-name ,(format "GT PJ %d" i)
2443                    chars 94
2444                    dimension 2
2445                    columns 2
2446                    graphic 0
2447                    direction l2r
2448                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
2449       (define-charset-alias
2450         (intern (format "ideograph-gt-pj-%d" i))
2451         (intern (format "=gt-pj-%d" i)))
2452       (setq i (1+ i))))
2453   (make-charset
2454    '=gt-pj-k1
2455    "Ideographic parts of GT (pseudo JIS encoding) part 1"
2456    '(long-name "GT K1"
2457                chars 94
2458                dimension 2
2459                columns 2
2460                graphic 0
2461                direction l2r
2462                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
2463   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
2464   (make-charset
2465    '=gt-pj-k2
2466    "Ideographic parts of GT (pseudo JIS encoding) part 2"
2467    '(long-name "GT K2"
2468                chars 94
2469                dimension 2
2470                columns 2
2471                graphic 0
2472                direction l2r
2473                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
2474   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
2475
2476   (make-charset '=daikanwa
2477                 "Daikanwa dictionary (unchanged part)"
2478                 `(long-name     "Daikanwa"
2479                   chars         256
2480                   dimension     2
2481                   columns       2
2482                   graphic       2
2483                   direction     l2r
2484                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2485                   min-code      #xE00000
2486                   max-code      ,(+ #xE00000 50100)
2487                   code-offset   #xE00000))
2488   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
2489
2490   (make-charset '=daikanwa@rev1
2491                 "Daikanwa dictionary (revised version)"
2492                 '(long-name     "Daikanwa Rev."
2493                   chars         256
2494                   dimension     2
2495                   columns       2
2496                   graphic       2
2497                   direction     l2r
2498                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
2499                   mother        =daikanwa))
2500   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
2501   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
2502
2503   (make-charset '=daikanwa@rev2
2504                 "Daikanwa dictionary (revised version 2)"
2505                 '(long-name     "Daikanwa"
2506                   chars         256
2507                   dimension     2
2508                   columns       2
2509                   graphic       2
2510                   direction     l2r
2511                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2512                   mother        =daikanwa
2513                   min-code      1
2514                   max-code      49964))
2515   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
2516
2517   (make-charset '=daikanwa/+p
2518                 "Daikanwa dictionary (ddddd')"
2519                 '(long-name     "Daikanwa ddddd'"
2520                   chars         256
2521                   dimension     2
2522                   columns       2
2523                   graphic       2
2524                   direction     l2r))
2525   (make-charset '=daikanwa/+2p
2526                 "Daikanwa dictionary (ddddd'')"
2527                 '(long-name     "Daikanwa ddddd''"
2528                   chars         256
2529                   dimension     2
2530                   columns       2
2531                   graphic       2
2532                   direction     l2r))
2533   (make-charset '=daikanwa/ho
2534                 "Daikanwa dictionary (Hokan)"
2535                 '(long-name     "Daikanwa-ho"
2536                   chars         256
2537                   dimension     2
2538                   columns       2
2539                   graphic       2
2540                   direction     l2r))
2541
2542   (make-charset '==daikanwa
2543                 "Daikanwa glyph-images."
2544                 '(long-name     "Daikanwa glyph-images"
2545                   chars         256
2546                   dimension     2
2547                   columns       2
2548                   graphic       2
2549                   direction     l2r
2550                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2551                   mother        =daikanwa))
2552   (make-charset '==daikanwa/+p
2553                 "Daikanwa detailed glyph-images (ddddd')"
2554                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2555                   chars         256
2556                   dimension     2
2557                   columns       2
2558                   graphic       2
2559                   direction     l2r
2560                   mother        =daikanwa/+p))
2561   (make-charset '==daikanwa/ho
2562                 "Daikanwa detailed glyph-images (Hokan)"
2563                 '(long-name     "Daikanwa-ho detailed glyph-images"
2564                   chars         256
2565                   dimension     2
2566                   columns       2
2567                   graphic       2
2568                   direction     l2r
2569                   mother        =daikanwa/ho))
2570
2571   (make-charset '===daikanwa
2572                 "Daikanwa detailed glyph-images."
2573                 '(long-name     "Daikanwa detailed glyph-images"
2574                   chars         256
2575                   dimension     2
2576                   columns       2
2577                   graphic       2
2578                   direction     l2r
2579                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2580                   mother        ==daikanwa))
2581   (make-charset '===daikanwa/+p
2582                 "Daikanwa detailed glyph-images (ddddd')"
2583                 '(long-name     "Daikanwa detailed glyphs-images (ddddd')"
2584                   chars         256
2585                   dimension     2
2586                   columns       2
2587                   graphic       2
2588                   direction     l2r
2589                   mother        ==daikanwa/+p))
2590   (make-charset '===daikanwa/ho
2591                 "Daikanwa detailed glyph-images (Hokan)"
2592                 '(long-name     "Daikanwa-ho detailed glyph-images"
2593                   chars         256
2594                   dimension     2
2595                   columns       2
2596                   graphic       2
2597                   direction     l2r
2598                   mother        ==daikanwa/ho))
2599
2600   (make-charset '=>>daikanwa
2601                 "Daikanwa abstract glyphs"
2602                 '(long-name     "Daikanwa glyphs"
2603                   chars         256
2604                   dimension     2
2605                   columns       2
2606                   graphic       2
2607                   direction     l2r
2608                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2609                   mother        =daikanwa))
2610   (make-charset '=>>daikanwa/+p
2611                 "Daikanwa abstract glyphs (ddddd')"
2612                 '(long-name     "Daikanwa glyphs (ddddd')"
2613                   chars         256
2614                   dimension     2
2615                   columns       2
2616                   graphic       2
2617                   direction     l2r
2618                   mother        =daikanwa/+p))
2619   (make-charset '=>>daikanwa/+2p
2620                 "Daikanwa abstract glyphs (ddddd'')"
2621                 '(long-name     "Daikanwa glyphs (ddddd'')"
2622                   chars         256
2623                   dimension     2
2624                   columns       2
2625                   graphic       2
2626                   direction     l2r
2627                   mother        =daikanwa/+2p))
2628   (make-charset '=>>daikanwa/ho
2629                 "Daikanwa abstract glyphs (Hokan)"
2630                 '(long-name     "Daikanwa-ho glyph"
2631                   chars         256
2632                   dimension     2
2633                   columns       2
2634                   graphic       2
2635                   direction     l2r
2636                   mother        =daikanwa/ho))
2637
2638   (make-charset '=>daikanwa
2639                 "Daikanwa abstract characters"
2640                 '(long-name     "abstract Daikanwa"
2641                   chars         256
2642                   dimension     2
2643                   columns       2
2644                   graphic       2
2645                   direction     l2r
2646                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
2647                   mother        =>>daikanwa))
2648   (make-charset '=>daikanwa/ho
2649                 "Daikanwa abstract characters (Hokan)"
2650                 '(long-name     "abstract Daikanwa-ho"
2651                   chars         256
2652                   dimension     2
2653                   columns       2
2654                   graphic       2
2655                   direction     l2r
2656                   mother        =>>daikanwa/ho))
2657
2658   (make-charset '=shinjigen
2659                 "Kadokawa ShinJigen dictionary (common parts)"
2660                 `(long-name     "Shinjigen common parts"
2661                   chars         256
2662                   dimension     2
2663                   columns       2
2664                   graphic       2
2665                   direction     l2r
2666                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2667
2668   (make-charset '=shinjigen@1ed
2669                 "Kadokawa ShinJigen dictionary (the first edition)"
2670                 `(long-name     "Shinjigen-1"
2671                   chars         256
2672                   dimension     2
2673                   columns       2
2674                   graphic       2
2675                   direction     l2r
2676                   mother        =shinjigen
2677                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2678   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
2679
2680   (make-charset '=shinjigen@1ed/24pr
2681                 "Kadokawa ShinJigen dictionary (the 24th impression)"
2682                 `(long-name     "Shinjigen-1 24pr"
2683                   chars         256
2684                   dimension     2
2685                   columns       2
2686                   graphic       2
2687                   direction     l2r
2688                   mother        =shinjigen@1ed))
2689
2690   (make-charset '=shinjigen@rev
2691                 "Kadokawa ShinJigen dictionary (the revised edition)"
2692                 `(long-name     "Shinjigen-2"
2693                   chars         256
2694                   dimension     2
2695                   columns       2
2696                   graphic       2
2697                   direction     l2r
2698                   mother        =shinjigen
2699                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2700   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
2701   (make-charset '=shinjigen/+p@rev
2702                 "ShinJigen (the second edition) number with '"
2703                 `(long-name     "Shinjigen-2 with '"
2704                   chars         256
2705                   dimension     2
2706                   columns       2
2707                   graphic       2
2708                   direction     l2r))
2709   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
2710
2711   (make-charset '==shinjigen
2712                 "Detailed glyph-images of ShinJigen (common parts)"
2713                 '(long-name     "Shinjigen common parts"
2714                   chars         256
2715                   dimension     2
2716                   columns       2
2717                   graphic       2
2718                   direction     l2r
2719                   mother        =shinjigen
2720                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
2721   (make-charset '==shinjigen@1ed
2722                 "Detailed glyph-images of ShinJigen (the first edition)"
2723                 '(long-name     "Detailed glyph-images of Shinjigen-1"
2724                   chars         256
2725                   dimension     2
2726                   columns       2
2727                   graphic       2
2728                   direction     l2r
2729                   mother        ==shinjigen
2730                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
2731   (make-charset '==shinjigen@rev
2732                 "Detailed glyph-images of ShinJigen (the revised edition)"
2733                 '(long-name     "Detailed glyph-images of Shinjigen-2"
2734                   chars         256
2735                   dimension     2
2736                   columns       2
2737                   graphic       2
2738                   direction     l2r
2739                   mother        ==shinjigen
2740                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
2741   (make-charset
2742    '==shinjigen/+p@rev
2743    "Detailed glyph-images of ShinJigen (the second edition) number with '"
2744    '(long-name  "Detailed glyph-images of Shinjigen-2 with '"
2745                 mother  =shinjigen/+p@rev
2746                 chars           256
2747                 dimension       2
2748                 columns 2
2749                 graphic 2
2750                 direction       l2r))
2751
2752   (make-charset '=big5-pua
2753                 "Big5 with private used area"
2754                 '(long-name     "Big5-PUA"
2755                   chars         256
2756                   dimension     2
2757                   columns       2
2758                   graphic       2
2759                   direction     l2r
2760                   mother        chinese-big5
2761                   registry      "Big5\\.ETEN"))
2762   (define-charset-alias 'chinese-big5-pua '=big5-pua)
2763
2764   (let* ((i 1)
2765          (hzk-min (+ (lsh #x6200 16) 65536))
2766          (hzk-max (+ hzk-min 65535)))
2767     (while (<= i 12)
2768       (make-charset
2769        (intern (format "=hanziku-%d" i))
2770        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
2771        `(long-name ,(format "HANZIKU-%d" i)
2772                    chars 256
2773                    dimension 2
2774                    columns 2
2775                    graphic 2
2776                    direction l2r
2777                    registry ,(format "hanziku-%d$" i i)
2778                    min-code ,hzk-min
2779                    max-code ,hzk-max
2780                    code-offset ,hzk-min))
2781       (define-charset-alias
2782         (intern (format "ideograph-hanziku-%d" i))
2783         (intern (format "=hanziku-%d" i)))
2784       (setq hzk-min (1+ hzk-max)
2785             hzk-max (+ hzk-min 65535))
2786       (setq i (1+ i))))
2787
2788   (make-charset '=cbeta "CBETA private characters"
2789                 '(long-name     "CBETA PUA"
2790                   chars         256
2791                   dimension     2
2792                   registry      "cbeta-0"
2793                   graphic       2
2794                   min-code      #xE20000
2795                   max-code      #xE2FFFF
2796                   code-offset   #xE20000
2797                   columns       2
2798                   direction     l2r))
2799   (define-charset-alias 'ideograph-cbeta '=cbeta)
2800   (make-charset '==cbeta "CBETA private characters"
2801                 '(long-name     "CBETA PUA glyph-images"
2802                   chars         256
2803                   dimension     2
2804                   registry      "cbeta-0"
2805                   graphic       2
2806                   columns       2
2807                   direction     l2r
2808                   mother        =cbeta))
2809   (make-charset '===cbeta "CBETA private characters"
2810                 '(long-name     "CBETA PUA glyph-images"
2811                   chars         256
2812                   dimension     2
2813                   registry      "cbeta-0"
2814                   graphic       2
2815                   columns       2
2816                   direction     l2r
2817                   mother        ==cbeta))
2818   (make-charset '=>>cbeta "CBETA abstract glyphs"
2819                 '(long-name     "CBETA glyphs"
2820                   chars         256
2821                   dimension     2
2822                   registry      "cbeta-0"
2823                   graphic       2
2824                   columns       2
2825                   direction     l2r
2826                   mother        =cbeta))
2827   (make-charset '=>cbeta "CBETA abstract characters"
2828                 '(long-name     "CBETA characters"
2829                   chars         256
2830                   dimension     2
2831                   registry      "cbeta-0"
2832                   graphic       2
2833                   columns       2
2834                   direction     l2r
2835                   mother        =cbeta))
2836
2837   (make-charset '=zinbun-oracle
2838                 "Oracle Bones Script"
2839                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
2840                   chars         256
2841                   dimension     2
2842                   registry      "zob1968-0"
2843                   graphic       2
2844                   min-code      #xE70000
2845                   max-code      ,(+ #xE70000 8192)
2846                   code-offset   #xE70000
2847                   columns       2
2848                   direction     l2r))
2849
2850   (make-charset '=>zinbun-oracle
2851                 "Abstract Oracle Bones"
2852                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
2853                   chars         256
2854                   dimension     2
2855                   mother        =zinbun-oracle
2856                   registry      "zob1968-0"
2857                   graphic       2
2858                   columns       2
2859                   direction     l2r))
2860
2861   (make-charset '=jef-china3
2862                 "JEF + CHINA3 private characters"
2863                 '(long-name     "JEF + CHINA3"
2864                   chars         256
2865                   dimension     2
2866                   columns       2
2867                   graphic       2
2868                   direction     l2r
2869                   registry      "china3jef-0"
2870                   min-code      #xE80000
2871                   max-code      #xE8FFFF
2872                   code-offset   #xE80000))
2873   (define-charset-alias 'china3-jef '=jef-china3)
2874   (make-charset '==jef-china3
2875                 "JEF + CHINA3 abstract glyph-images."
2876                 '(long-name     "JEF + CHINA3"
2877                   chars         256
2878                   dimension     2
2879                   columns       2
2880                   graphic       2
2881                   direction     l2r
2882                   registry      "china3jef-0"
2883                   mother        =jef-china3))
2884   (make-charset '===jef-china3
2885                 "JEF + CHINA3 glyph-images."
2886                 '(long-name     "JEF-CHINA3 glyph-images"
2887                   chars         256
2888                   dimension     2
2889                   columns       2
2890                   graphic       2
2891                   direction     l2r
2892                   registry      "china3jef-0"
2893                   mother        ==jef-china3))
2894
2895   (make-charset '=ruimoku-v6
2896                 "private characters used in RUIMOKU Version.6"
2897                 `(long-name     "RUI6"
2898                   chars         256
2899                   dimension     2
2900                   columns       2
2901                   graphic       2
2902                   direction     l2r
2903                   registry      "rui6-0"
2904                   ;; mother     ucs
2905                   min-code      #xE90000 ; #xE000
2906                   max-code      #xE908FF ; #xE8FF
2907                   code-offset   ,(- #xE90000 #xE000)))
2908   (make-charset '==ruimoku-v6
2909                 "RUIMOKU Version.6 glyph-images."
2910                 '(long-name     "RUI6 glyph-images."
2911                   chars         256
2912                   dimension     2
2913                   columns       2
2914                   graphic       2
2915                   direction     l2r
2916                   registry      "rui6-0"
2917                   mother        =ruimoku-v6))
2918   (make-charset '===ruimoku-v6
2919                 "RUIMOKU Version.6 representative glyph-images."
2920                 '(long-name     "RUI6 rep-glyph-images."
2921                   chars         256
2922                   dimension     2
2923                   columns       2
2924                   graphic       2
2925                   direction     l2r
2926                   registry      "rui6-0"
2927                   mother        ==ruimoku-v6))
2928   (make-charset '=>>ruimoku-v6
2929                 "RUIMOKU Version.6 glyphs"
2930                 '(long-name     "RUI6 glyphs"
2931                   chars         256
2932                   dimension     2
2933                   columns       2
2934                   graphic       2
2935                   direction     l2r
2936                   registry      "rui6-0"
2937                   mother        =ruimoku-v6))
2938
2939   ;; (make-charset
2940   ;;  '=zihai
2941   ;;  "ZhongHua-ZiHai glyph-images"
2942   ;;  '(long-name "ZhongHua-ZiHai (pppp-nn)"
2943   ;;              chars 256
2944   ;;              dimension 3
2945   ;;              columns 2
2946   ;;              graphic 2
2947   ;;              direction l2r))
2948
2949   ;; (make-charset
2950   ;;  '=zihai-17xx
2951   ;;  "ZhongHua-ZiHai (pp.1700\e$B!A\e(B1781) glyph-images"
2952   ;;  '(long-name "ZhongHua-ZiHai pp.17xx"
2953   ;;              chars 256
2954   ;;              dimension 2
2955   ;;              columns 2
2956   ;;              graphic 2
2957   ;;              direction l2r
2958   ;;              registry "zihai\\.cp-17$"))
2959
2960   (make-charset '=big5-cdp-var-3
2961                 "Big5-CDP-var-3 glyph-images of GlyphWiki"
2962                 '(long-name     "Big5-CDP-var-3"
2963                   chars         256
2964                   dimension     2
2965                   columns       2
2966                   graphic       2
2967                   direction     l2r
2968                   registry      "cdp\\.var-3$"
2969                   mother        =big5-cdp))
2970
2971   (make-charset '=big5-cdp-var-5
2972                 "Big5-CDP-var-5 glyph-images of GlyphWiki"
2973                 '(long-name     "Big5-CDP-var-5"
2974                   chars         256
2975                   dimension     2
2976                   columns       2
2977                   graphic       2
2978                   direction     l2r
2979                   registry      "cdp\\.var-5$"
2980                   mother        =big5-cdp))
2981
2982   (make-charset '==>ucs@bucs
2983                 "Basic Subset of Coded Character Sets (BUCS)"
2984                 '(long-name     "BUCS abstract characters"
2985                   chars         256
2986                   dimension     3
2987                   columns       2
2988                   graphic       2
2989                   direction     l2r
2990                   =>iso-ir      177
2991                   mother        =ucs))
2992
2993   (make-charset '=>iwds-1
2994                 "The IRG Working Document Series 1: List of UCV of Ideograhs."
2995                 '(long-name     "IWDS 1: List of UCV"
2996                   chars         256
2997                   dimension     2
2998                   columns       2
2999                   graphic       2
3000                   direction     l2r))
3001
3002   (make-charset '=>ucs@component
3003                 "UCS encoding for abstract components of IWDS-1."
3004                 '(long-name     "UCS for IWDS-1 abstract components"
3005                   chars         256
3006                   dimension     3
3007                   columns       2
3008                   graphic       2
3009                   direction     l2r
3010                   =>iso-ir      177
3011                   mother        =ucs))
3012
3013   (make-charset '=>ucs@hanyo-denshi
3014                 "UCS abstract characters based on Han'you-Denshi collection."
3015                 '(long-name     "UCS base characters of Han'you-Denshi"
3016                   chars         256
3017                   dimension     3
3018                   columns       2
3019                   graphic       2
3020                   direction     l2r
3021                   =>iso-ir      177
3022                   mother        =ucs))
3023
3024   (make-charset '=>ucs@iso
3025                 "Abstract characters of ISO/IEC 10646 representatives"
3026                 '(long-name     "UCS characters for ISO"
3027                   chars         256
3028                   dimension     3
3029                   columns       2
3030                   graphic       2
3031                   direction     l2r
3032                   =>iso-ir      177
3033                   mother        =ucs))
3034   (make-charset '=>ucs@unicode
3035                 "Abstract characters of Unicode representatives"
3036                 '(long-name     "UCS characters for Unicode"
3037                   chars         256
3038                   dimension     3
3039                   columns       2
3040                   graphic       2
3041                   direction     l2r
3042                   =>iso-ir      177
3043                   mother        =>ucs@iso))
3044   (make-charset '=>ucs@jis
3045                 "UCS representative characters for JIS X0208/0212/0213"
3046                 '(long-name     "UCS characters for JIS"
3047                   chars         256
3048                   dimension     3
3049                   columns       2
3050                   graphic       2
3051                   direction     l2r
3052                   =>iso-ir      177
3053                   mother        =>ucs@unicode))
3054   (make-charset '=>ucs@ks
3055                 "UCS representative characters for Korean Standards"
3056                 '(long-name     "UCS characters for KS"
3057                   chars         256
3058                   dimension     3
3059                   columns       2
3060                   graphic       2
3061                   direction     l2r
3062                   =>iso-ir      177
3063                   mother        =>ucs@unicode))
3064   (make-charset '=>ucs@cns
3065                 "UCS representatives characters for CNS 11643 sources"
3066                 '(long-name     "UCS characters for CNS 11643"
3067                   chars         256
3068                   dimension     3
3069                   columns       2
3070                   graphic       2
3071                   direction     l2r
3072                   =>iso-ir      177
3073                   mother        =>ucs@unicode))
3074
3075   (make-charset '=+>ucs@iso
3076                 "UCS based on ISO/IEC 10646 representative glyphs"
3077                 '(long-name     "Unified abstract glyphs of UCS"
3078                   chars         256
3079                   dimension     3
3080                   columns       2
3081                   graphic       2
3082                   direction     l2r
3083                   =>iso-ir      177
3084                   mother        =>ucs@iso))
3085   (make-charset '=+>ucs@unicode
3086                 "Unicode representative unified abstract glyphs"
3087                 '(long-name     "UCS unified abstract glyphs for Unicode"
3088                   chars         256
3089                   dimension     3
3090                   columns       2
3091                   graphic       2
3092                   direction     l2r
3093                   =>iso-ir      177
3094                   mother        =+>ucs@iso))
3095   (make-charset '=+>ucs@jis
3096                 "UCS based on Japanese usual unification"
3097                 '(long-name     "UCS unified abstract glyphs for JP"
3098                   chars         256
3099                   dimension     3
3100                   columns       2
3101                   graphic       2
3102                   direction     l2r
3103                   =>iso-ir      177
3104                   mother        =+>ucs@unicode))
3105   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
3106   (make-charset '=+>ucs@jis/1990
3107                 "UCS representative characters for JIS X0208/0212:1990"
3108                 '(long-name     "UCS characters for JIS:1990"
3109                   chars         256
3110                   dimension     3
3111                   columns       2
3112                   graphic       2
3113                   direction     l2r
3114                   =>iso-ir      177
3115                   mother        =+>ucs@jis))
3116   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
3117   (make-charset '=+>ucs@jis/2004
3118                 "UCS representative characters for JIS X 0213:2004"
3119                 '(long-name     "UCS characters for JIS:2004"
3120                   chars         256
3121                   dimension     3
3122                   columns       2
3123                   graphic       2
3124                   direction     l2r
3125                   =>iso-ir      177
3126                   mother        =+>ucs@jis))
3127   (make-charset '=+>ucs@ks
3128                 "UCS representative unified abstract glyphs for Korean Standards"
3129                 '(long-name     "UCS unified abstract glyphs for KS"
3130                   chars         256
3131                   dimension     3
3132                   columns       2
3133                   graphic       2
3134                   direction     l2r
3135                   =>iso-ir      177
3136                   mother        =+>ucs@unicode))
3137   (make-charset '=+>ucs@cns
3138                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
3139                 '(long-name     "UCS unified abstract glyphs for CNS"
3140                   chars         256
3141                   dimension     3
3142                   columns       2
3143                   graphic       2
3144                   direction     l2r
3145                   =>iso-ir      177
3146                   mother        =+>ucs@unicode))
3147
3148   (make-charset '=ucs@iso
3149                 "ISO/IEC 10646 for its representative glyphs"
3150                 '(long-name     "UCS for ISO"
3151                   chars         256
3152                   dimension     3
3153                   columns       2
3154                   graphic       2
3155                   direction     l2r
3156                   =>iso-ir      177
3157                   mother        =+>ucs@iso
3158                   ))
3159   (make-charset '=ucs@unicode
3160                 "Unicode for its representative glyphs"
3161                 '(long-name     "UCS for Unicode"
3162                   chars         256
3163                   dimension     3
3164                   columns       2
3165                   graphic       2
3166                   direction     l2r
3167                   =>iso-ir      177
3168                   mother        =ucs@iso))
3169   (make-charset '=ucs@gb
3170                 "ISO/IEC 10646 for GB"
3171                 '(long-name     "UCS for GB"
3172                   chars         256
3173                   dimension     3
3174                   columns       2
3175                   graphic       2
3176                   direction     l2r
3177                   =>iso-ir      177
3178                   mother        =ucs@unicode))
3179   (define-charset-alias 'ucs-gb '=ucs@gb)
3180   (make-charset '=ucs@gb/fw
3181                 "ISO/IEC 10646 for GB with fullwidth"
3182                 '(long-name     "UCS for GB-fullwidth"
3183                   chars         256
3184                   dimension     3
3185                   columns       2
3186                   graphic       2
3187                   direction     l2r
3188                   =>iso-ir      177
3189                   mother        =ucs@gb))
3190   (make-charset '=ucs-bmp@gb
3191                 "ISO/IEC 10646 BMP for GB"
3192                 '(long-name     "BMP for GB"
3193                   chars         256
3194                   dimension     3
3195                   columns       2
3196                   graphic       2
3197                   direction     l2r
3198                   mother        =ucs@gb
3199                   min-code      #x0000
3200                   max-code      #xFFFF))
3201   (make-charset '=ucs@cns
3202                 "ISO/IEC 10646 for CNS 11643"
3203                 '(long-name     "UCS for CNS"
3204                   chars         256
3205                   dimension     3
3206                   columns       2
3207                   graphic       2
3208                   direction     l2r
3209                   =>iso-ir      177
3210                   mother        =ucs@unicode))
3211   (define-charset-alias 'ucs-cns '=ucs@cns)
3212   (make-charset '=ucs@cns/fw
3213                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
3214                 '(long-name     "UCS for CNS-fullwidth"
3215                   chars         256
3216                   dimension     3
3217                   columns       2
3218                   graphic       2
3219                   direction     l2r
3220                   =>iso-ir      177
3221                   mother        =ucs@cns))
3222   (make-charset '=ucs-bmp@cns
3223                 "ISO/IEC 10646 BMP for CNS"
3224                 '(long-name     "BMP for CNS"
3225                   chars         256
3226                   dimension     3
3227                   columns       2
3228                   graphic       2
3229                   direction     l2r
3230                   mother        =ucs@cns
3231                   min-code      #x0000
3232                   max-code      #xFFFF))
3233   (make-charset '=ucs@jis
3234                 "ISO/IEC 10646 for JIS X0208/0212/0213"
3235                 '(long-name     "UCS for JIS"
3236                   chars         256
3237                   dimension     3
3238                   columns       2
3239                   graphic       2
3240                   direction     l2r
3241                   =>iso-ir      177
3242                   mother        =ucs@unicode))
3243   (define-charset-alias 'ucs-jis '=ucs@jis)
3244   (make-charset '=ucs@jis/fw
3245                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
3246                 '(long-name     "UCS for JIS-fullwidth"
3247                   chars         256
3248                   dimension     3
3249                   columns       2
3250                   graphic       2
3251                   direction     l2r
3252                   =>iso-ir      177
3253                   mother        =ucs@jis))
3254   (make-charset '=ucs-bmp@jis
3255                 "ISO/IEC 10646 BMP for JIS"
3256                 '(long-name     "BMP for JIS"
3257                   chars         256
3258                   dimension     3
3259                   columns       2
3260                   graphic       2
3261                   direction     l2r
3262                   mother        =ucs@jis
3263                   min-code      #x0000
3264                   max-code      #xFFFF))
3265   ;; (make-charset '=ucs@jis/1983
3266   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
3267   ;;               '(long-name     "UCS for JIS:1983"
3268   ;;                 chars         256
3269   ;;                 dimension     3
3270   ;;                 columns       2
3271   ;;                 graphic       2
3272   ;;                 direction     l2r
3273   ;;                 =>iso-ir      177
3274   ;;                 mother        =ucs@jis))
3275   (make-charset '=ucs@jis/1990
3276                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
3277                 '(long-name     "UCS for JIS:1990"
3278                   chars         256
3279                   dimension     3
3280                   columns       2
3281                   graphic       2
3282                   direction     l2r
3283                   =>iso-ir      177
3284                   mother        =ucs@jis))
3285   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
3286   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
3287   (make-charset '=ucs@jis/2000
3288                 "ISO/IEC 10646 for JIS X 0213:2000"
3289                 '(long-name     "UCS for JIS:2000"
3290                   chars         256
3291                   dimension     3
3292                   columns       2
3293                   graphic       2
3294                   direction     l2r
3295                   =>iso-ir      177
3296                   mother        =ucs@jis))
3297   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
3298   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
3299   (make-charset '=ucs@jis/2004
3300                 "ISO/IEC 10646 for JIS X 0213:2004"
3301                 '(long-name     "UCS for JIS:2004"
3302                   chars         256
3303                   dimension     3
3304                   columns       2
3305                   graphic       2
3306                   direction     l2r
3307                   =>iso-ir      177
3308                   mother        =ucs@jis))
3309   (make-charset '=ucs@JP
3310                 "UCS for common glyphs used in Japan"
3311                 '(long-name     "UCS for Japan"
3312                   chars         256
3313                   dimension     3
3314                   columns       2
3315                   graphic       2
3316                   direction     l2r
3317                   =>iso-ir      177
3318                   mother        =ucs@jis/2004))
3319   (define-charset-alias '=ucs@jp '=ucs@JP)
3320   (make-charset '=ucs@JP/hanazono
3321                 "Japanese glyph-images of Hanazono Mincho"
3322                 '(long-name     "UCS for Hana-Min"
3323                   chars         256
3324                   dimension     3
3325                   columns       2
3326                   graphic       2
3327                   direction     l2r
3328                   =>iso-ir      177
3329                   mother        =ucs@JP))
3330   (make-charset '=ucs@ks
3331                 "ISO/IEC 10646 for Korean Standards"
3332                 '(long-name     "UCS for KS"
3333                   chars         256
3334                   dimension     3
3335                   columns       2
3336                   graphic       2
3337                   direction     l2r
3338                   =>iso-ir      177
3339                   mother        =ucs@unicode))
3340   (define-charset-alias 'ucs-ks '=ucs@ks)
3341   (make-charset '=ucs@ks/2012
3342                 "Mapping for Korean Standards in ISO/IEC 10646:2012"
3343                 '(long-name     "UCS:2012 for KS"
3344                   chars         256
3345                   dimension     3
3346                   columns       2
3347                   graphic       2
3348                   direction     l2r
3349                   =>iso-ir      177
3350                   mother        =ucs@ks))
3351   (make-charset '=ucs-bmp@ks
3352                 "ISO/IEC 10646 BMP for KS"
3353                 '(long-name     "BMP for KS"
3354                   chars         256
3355                   dimension     3
3356                   columns       2
3357                   graphic       2
3358                   direction     l2r
3359                   mother        =ucs@ks
3360                   min-code      #x0000
3361                   max-code      #xFFFF))
3362   (make-charset '=ucs@cns11643
3363                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
3364                 '(long-name     "UCS for CNS11643"
3365                   chars         256
3366                   dimension     3
3367                   columns       2
3368                   graphic       2
3369                   direction     l2r
3370                   =>iso-ir      177
3371                   mother        =ucs@cns))
3372   (make-charset '=ucs@big5
3373                 "ISO/IEC 10646 for Big5"
3374                 '(long-name     "UCS for Big5"
3375                   chars         256
3376                   dimension     3
3377                   columns       2
3378                   graphic       2
3379                   direction     l2r
3380                   =>iso-ir      177
3381                   mother        =ucs@cns
3382                   ;; mother     =>>ucs@cns
3383                   ))
3384   (define-charset-alias 'ucs-big5 '=ucs@big5)
3385   (make-charset '=ucs@big5/cns11643
3386                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
3387                 '(long-name     "UCS for Big5@CNS11643"
3388                   chars         256
3389                   dimension     3
3390                   columns       2
3391                   graphic       2
3392                   direction     l2r
3393                   =>iso-ir      177
3394                   mother        =ucs@big5))
3395
3396   (make-charset '=>>ucs@iso
3397                 "Representative abstract-glyphs of ISO/IEC 10646"
3398                 '(long-name     "UCS abstract glyphs for UCS"
3399                   chars         256
3400                   dimension     3
3401                   columns       2
3402                   graphic       2
3403                   direction     l2r
3404                   =>iso-ir      177
3405                   mother        =ucs@iso))
3406   (make-charset '=>>ucs@unicode
3407                 "Representative abstract-glyphs of Unicode"
3408                 '(long-name     "Unicode abstract glyphs"
3409                   chars         256
3410                   dimension     3
3411                   columns       2
3412                   graphic       2
3413                   direction     l2r
3414                   =>iso-ir      177
3415                   mother        =>>ucs@iso))
3416   (make-charset '=>>ucs@jis
3417                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
3418                 '(long-name     "UCS abstract glyphs for JIS"
3419                   chars         256
3420                   dimension     3
3421                   columns       2
3422                   graphic       2
3423                   direction     l2r
3424                   =>iso-ir      177
3425                   mother        =>>ucs@unicode))
3426   (make-charset '=>>ucs@jis/1990
3427                 "UCS Representative glyphs for JIS X 0208/0212:1990"
3428                 '(long-name     "UCS glyphs for JIS:1990"
3429                   chars         256
3430                   dimension     3
3431                   columns       2
3432                   graphic       2
3433                   direction     l2r
3434                   =>iso-ir      177
3435                   mother        =>>ucs@jis))
3436   (make-charset '=>>ucs@jis/2000
3437                 "UCS Representative glyphs for JIS X 0213:2000"
3438                 '(long-name     "UCS glyphs for JIS:2000"
3439                   chars         256
3440                   dimension     3
3441                   columns       2
3442                   graphic       2
3443                   direction     l2r
3444                   =>iso-ir      177
3445                   mother        =>>ucs@jis))
3446   (make-charset '=>>ucs@jis/2004
3447                 "UCS Representative glyphs for JIS X 0213:2004"
3448                 '(long-name     "UCS glyphs for JIS:2004"
3449                   chars         256
3450                   dimension     3
3451                   columns       2
3452                   graphic       2
3453                   direction     l2r
3454                   =>iso-ir      177
3455                   mother        =>>ucs@jis))
3456   (make-charset '=>>ucs@JP
3457                 "UCS abstract-glyphs based on Japanese style glyphs"
3458                 '(long-name     "UCS glyphs for JP"
3459                   chars         256
3460                   dimension     3
3461                   columns       2
3462                   graphic       2
3463                   direction     l2r
3464                   =>iso-ir      177
3465                   mother        =>>ucs@jis/2004))
3466   (make-charset '=>>ucs@ks
3467                 "UCS Representative glyphs for Korean Standards"
3468                 '(long-name     "UCS glyphs for KS"
3469                   chars         256
3470                   dimension     3
3471                   columns       2
3472                   graphic       2
3473                   direction     l2r
3474                   =>iso-ir      177
3475                   mother        =>>ucs@unicode))
3476   (make-charset '=>>ucs@cns
3477                 "UCS Representative glyphs for CNS 11643 sources"
3478                 '(long-name     "UCS glyphs for CNS"
3479                   chars         256
3480                   dimension     3
3481                   columns       2
3482                   graphic       2
3483                   direction     l2r
3484                   =>iso-ir      177
3485                   mother        =>>ucs@unicode))
3486
3487   (make-charset '==ucs@iso
3488                 "Representative glyph-forms of ISO/IEC 10646."
3489                 '(long-name     "UCS glyph-forms for UCS"
3490                   chars         256
3491                   dimension     3
3492                   columns       2
3493                   graphic       2
3494                   direction     l2r
3495                   =>iso-ir      177
3496                   mother        =>>ucs@iso))
3497   (define-charset-alias '=>>>ucs@iso '==ucs@iso)
3498   (make-charset '==ucs@unicode
3499                 "Representative glyph-forms of Unicode."
3500                 '(long-name     "UCS glyph-forms for Unicode"
3501                   chars         256
3502                   dimension     3
3503                   columns       2
3504                   graphic       2
3505                   direction     l2r
3506                   =>iso-ir      177
3507                   mother        ==ucs@iso))
3508   (define-charset-alias '=>>>ucs@unicode '==ucs@unicode)
3509   (make-charset '==ucs@gb
3510                 "ISO/IEC 10646 for GB"
3511                 '(long-name     "UCS for GB"
3512                   chars         256
3513                   dimension     3
3514                   columns       2
3515                   graphic       2
3516                   direction     l2r
3517                   =>iso-ir      177
3518                   mother        ==ucs@unicode))
3519   (make-charset '==ucs-bmp@gb
3520                 "ISO/IEC 10646 BMP for GB"
3521                 '(long-name     "BMP for GB"
3522                   chars         256
3523                   dimension     3
3524                   columns       2
3525                   graphic       2
3526                   direction     l2r
3527                   mother        ==ucs@gb
3528                   min-code      #x0000
3529                   max-code      #xFFFF))
3530   (make-charset '==ucs@cns
3531                 "UCS Representative glyph-forms for CNS 11643 sources."
3532                 '(long-name     "UCS glyph-forms for CNS"
3533                   chars         256
3534                   dimension     3
3535                   columns       2
3536                   graphic       2
3537                   direction     l2r
3538                   =>iso-ir      177
3539                   mother        ==ucs@unicode))
3540   (define-charset-alias '=>>>ucs@cns '==ucs@cns)
3541   (make-charset '==ucs-bmp@cns
3542                 "ISO/IEC 10646 BMP for CNS"
3543                 '(long-name     "BMP for CNS"
3544                   chars         256
3545                   dimension     3
3546                   columns       2
3547                   graphic       2
3548                   direction     l2r
3549                   mother        ==ucs@cns
3550                   min-code      #x0000
3551                   max-code      #xFFFF))
3552   (make-charset '==ucs@jis
3553                 "UCS Representative glyph-forms for JIS X0208/0212/0213."
3554                 '(long-name     "UCS glyph-forms for JIS"
3555                   chars         256
3556                   dimension     3
3557                   columns       2
3558                   graphic       2
3559                   direction     l2r
3560                   =>iso-ir      177
3561                   mother        ==ucs@unicode))
3562   (define-charset-alias '=>>>ucs@jis '==ucs@jis)
3563   (make-charset '==ucs@jis/1990
3564                 "UCS Representative glyph-forms for JIS X 0208/0212:1990."
3565                 '(long-name     "UCS glyph-forms for JIS:1990"
3566                   chars         256
3567                   dimension     3
3568                   columns       2
3569                   graphic       2
3570                   direction     l2r
3571                   =>iso-ir      177
3572                   mother        ==ucs@jis))
3573   (define-charset-alias '=>>>ucs@jis/1990 '==ucs@jis/1990)
3574   (make-charset '==ucs@jis/2000
3575                 "UCS Representative glyph-forms for JIS X 0213:2000."
3576                 '(long-name     "UCS glyph-forms for JIS:2000"
3577                   chars         256
3578                   dimension     3
3579                   columns       2
3580                   graphic       2
3581                   direction     l2r
3582                   =>iso-ir      177
3583                   mother        ==ucs@jis))
3584   (define-charset-alias '=>>>ucs@jis/2000 '==ucs@jis/2000)
3585   (make-charset '==ucs@jis/2004
3586                 "UCS Representative glyph-forms for JIS X 0213:2004."
3587                 '(long-name     "UCS glyph-forms for JIS:2004"
3588                   chars         256
3589                   dimension     3
3590                   columns       2
3591                   graphic       2
3592                   direction     l2r
3593                   =>iso-ir      177
3594                   mother        ==ucs@jis))
3595   (define-charset-alias '=>>>ucs@jis/2004 '==ucs@jis/2004)
3596   (make-charset '==ucs@JP
3597                 "UCS for common glyph-forms used in Japan."
3598                 '(long-name     "UCS for Japan"
3599                   chars         256
3600                   dimension     3
3601                   columns       2
3602                   graphic       2
3603                   direction     l2r
3604                   =>iso-ir      177
3605                   mother        ==ucs@jis/2004))
3606   (make-charset '==ucs@JP/hanazono
3607                 "Japanese glyph-forms of Hanazono Mincho."
3608                 '(long-name     "UCS for Hana-Min"
3609                   chars         256
3610                   dimension     3
3611                   columns       2
3612                   graphic       2
3613                   direction     l2r
3614                   =>iso-ir      177
3615                   mother        ==ucs@JP))
3616   (make-charset '==ucs@ks
3617                 "UCS Representative glyph-forms for Korean Standards."
3618                 '(long-name     "UCS glyph-forms for KS"
3619                   chars         256
3620                   dimension     3
3621                   columns       2
3622                   graphic       2
3623                   direction     l2r
3624                   =>iso-ir      177
3625                   mother        ==ucs@unicode))
3626   (define-charset-alias '=>>>ucs@ks '==ucs@ks)
3627   (make-charset '==ucs-bmp@ks
3628                 "ISO/IEC 10646 BMP for KS."
3629                 '(long-name     "BMP for KS"
3630                   chars         256
3631                   dimension     3
3632                   columns       2
3633                   graphic       2
3634                   direction     l2r
3635                   mother        ==ucs@ks
3636                   min-code      #x0000
3637                   max-code      #xFFFF))
3638   (make-charset '==ucs@cns11643
3639                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw."
3640                 '(long-name     "UCS for CNS11643"
3641                   chars         256
3642                   dimension     3
3643                   columns       2
3644                   graphic       2
3645                   direction     l2r
3646                   =>iso-ir      177
3647                   mother        ==ucs@cns))
3648
3649   (make-charset '===ucs@iso
3650                 "ISO/IEC 10646-2 representative glyph-images."
3651                 '(long-name     "ISO rep-images for UCS"
3652                   chars         256
3653                   dimension     3
3654                   columns       2
3655                   graphic       2
3656                   direction     l2r
3657                   =>iso-ir      177
3658                   mother        ==ucs@iso))
3659   (make-charset '===ucs@unicode
3660                 "Unicode for its representative glyph-images."
3661                 '(long-name     "UCS for Unicode"
3662                   chars         256
3663                   dimension     3
3664                   columns       2
3665                   graphic       2
3666                   direction     l2r
3667                   =>iso-ir      177
3668                   mother        ==ucs@unicode))
3669   (make-charset '===ucs@gb
3670                 "UCS representative glyph-images of GB."
3671                 '(long-name     "UCS rep-images for GB"
3672                   chars         256
3673                   dimension     3
3674                   columns       2
3675                   graphic       2
3676                   direction     l2r
3677                   =>iso-ir      177
3678                   mother        ===ucs@unicode))
3679   (make-charset '===ucs@ks
3680                 "UCS representative glyph-images of Korean Standards."
3681                 '(long-name     "UCS rep-images for KS"
3682                   chars         256
3683                   dimension     3
3684                   columns       2
3685                   graphic       2
3686                   direction     l2r
3687                   =>iso-ir      177
3688                   mother        ==ucs@ks))
3689
3690   (make-charset '=ucs-var-001
3691                 "uXXXX-var-001 glyph-images of GlyphWiki"
3692                 '(long-name     "UCS-var-001"
3693                   chars         256
3694                   dimension     3
3695                   columns       2
3696                   graphic       2
3697                   direction     l2r
3698                   ;; =>iso-ir   177
3699                   mother        =ucs))
3700   (make-charset '=ucs-bmp-var-001
3701                 "uXXXX-var-001 glyph-images in BMP"
3702                 '(long-name     "UCS-BMP-var-001"
3703                   chars         256
3704                   dimension     2
3705                   columns       2
3706                   graphic       2
3707                   direction     l2r
3708                   ;; =>iso-ir   177
3709                   mother        =ucs-var-001
3710                   min-code #x2E00
3711                   max-code #x9FA5
3712                   registry "ucs\\.var001-0"))
3713   (make-charset '=ucs-var-002
3714                 "uXXXX-var-002 glyph-images of GlyphWiki"
3715                 '(long-name     "UCS-var-002"
3716                   chars         256
3717                   dimension     3
3718                   columns       2
3719                   graphic       2
3720                   direction     l2r
3721                   ;; =>iso-ir   177
3722                   mother        =ucs))
3723   (make-charset '=ucs-bmp-var-002
3724                 "uXXXX-var-002 glyph-images in BMP"
3725                 '(long-name     "UCS-BMP-var-002"
3726                   chars         256
3727                   dimension     2
3728                   columns       2
3729                   graphic       2
3730                   direction     l2r
3731                   ;; =>iso-ir   177
3732                   mother        =ucs-var-002
3733                   min-code #x2E00
3734                   max-code #x9FA5
3735                   registry "ucs\\.var002-0"))
3736   (make-charset '=ucs-var-003
3737                 "uXXXX-var-003 glyph-images of GlyphWiki"
3738                 '(long-name     "UCS-var-003"
3739                   chars         256
3740                   dimension     3
3741                   columns       2
3742                   graphic       2
3743                   direction     l2r
3744                   ;; =>iso-ir   177
3745                   mother        =ucs))
3746   (make-charset '=ucs-bmp-var-003
3747                 "uXXXX-var-003 glyph-images in BMP"
3748                 '(long-name     "UCS-BMP-var-003"
3749                   chars         256
3750                   dimension     2
3751                   columns       2
3752                   graphic       2
3753                   direction     l2r
3754                   ;; =>iso-ir   177
3755                   mother        =ucs-var-003
3756                   min-code #x2E00
3757                   max-code #x9FA5
3758                   registry "ucs\\.var003-0"))
3759   (make-charset '=ucs-itaiji-084
3760                 "uXXXX-itaiji-084 glyph-images of GlyphWiki"
3761                 '(long-name     "UCS-itaiji-084"
3762                   chars         256
3763                   dimension     3
3764                   columns       2
3765                   graphic       2
3766                   direction     l2r
3767                   ;; =>iso-ir   177
3768                   mother        =ucs))
3769   (make-charset '=ucs-bmp-itaiji-084
3770                 "uXXXX-itaiji-084 glyph-images in BMP"
3771                 '(long-name     "UCS-BMP-itaiji-084"
3772                   chars         256
3773                   dimension     2
3774                   columns       2
3775                   graphic       2
3776                   direction     l2r
3777                   ;; =>iso-ir   177
3778                   mother        =ucs-itaiji-084
3779                   min-code #x2E00
3780                   max-code #x9FA5
3781                   registry "ucs\\.itaiji084-0"))
3782
3783   (make-charset
3784    '=ucs-radicals
3785    "CJK Radicals of UCS"
3786    '(long-name "UCS-Radicals"
3787                chars 256
3788                dimension 2
3789                columns 2
3790                graphic 2
3791                direction l2r
3792                registry "-zhRadicals-.*-ucs-0"
3793                mother ucs-bmp
3794                min-code #x2E00 max-code #x2FFF))
3795   (make-charset
3796    '=ucs-radicals@unicode
3797    "CJK Radicals of UCS"
3798    '(long-name "UCS-Radicals"
3799                chars 256
3800                dimension 2
3801                columns 2
3802                graphic 2
3803                direction l2r
3804                registry "-zhRadicals-.*-ucs-0"
3805                mother =ucs@unicode
3806                min-code #x2E00 max-code #x2FFF))
3807   (make-charset
3808    '==ucs-radicals@unicode
3809    "CJK Radicals of UCS"
3810    '(long-name "UCS-Radicals"
3811                chars 256
3812                dimension 2
3813                columns 2
3814                graphic 2
3815                direction l2r
3816                registry "-zhRadicals-.*-ucs-0"
3817                mother ==ucs@unicode
3818                min-code #x2E00 max-code #x2FFF))
3819   (make-charset
3820    '=ucs-hangul
3821    "Hangul Syllables of UCS"
3822    '(long-name "UCS-Hangul-Syllables"
3823                chars 256
3824                dimension 2
3825                columns 2
3826                graphic 2
3827                direction l2r
3828                registry "-Hangul-.*-ucs-0"
3829                mother =ucs
3830                min-code #xAC00 max-code #xD7AF))
3831   (make-charset
3832    '=ucs-bmp-cjk
3833    "CJK Characters in BMP of UCS"
3834    '(long-name "UCS-BMP-CJK"
3835                chars 256
3836                dimension 2
3837                columns 2
3838                graphic 2
3839                direction l2r
3840                registry "-zh-.*-ucs-0"
3841                mother ucs-bmp
3842                min-code #x2E00
3843                max-code #x9FA5
3844                ;; max-code #xA4CF
3845                ))
3846   (make-charset
3847    '=ucs-bmp-cjk@gb
3848    "CJK Characters in BMP with GB representative glyph-images."
3849    '(long-name "CJK in BMP@GB"
3850                chars 256
3851                dimension 2
3852                columns 2
3853                graphic 2
3854                direction l2r
3855                registry "-zh-.*-ucs-0"
3856                mother =ucs@gb
3857                min-code #x2E00
3858                max-code #x9FA5
3859                ;; max-code #xA4CF
3860                ))
3861   (make-charset
3862    '==ucs-bmp-cjk@gb
3863    "CJK Characters in BMP with GB representative glyph-images."
3864    '(long-name "CJK in BMP@GB"
3865                chars 256
3866                dimension 2
3867                columns 2
3868                graphic 2
3869                direction l2r
3870                registry "-zh-.*-ucs-0"
3871                mother ==ucs@gb
3872                min-code #x2E00
3873                max-code #x9FA5
3874                ;; max-code #xA4CF
3875                ))
3876   (make-charset
3877    '===ucs-bmp-cjk@gb
3878    "CJK Characters in BMP with GB representative glyph-images."
3879    '(long-name "CJK in BMP@GB"
3880                chars 256
3881                dimension 2
3882                columns 2
3883                graphic 2
3884                direction l2r
3885                registry "-zh-.*-ucs-0"
3886                mother ===ucs@gb
3887                min-code #x2E00
3888                max-code #x9FA5
3889                ;; max-code #xA4CF
3890                ))
3891   (make-charset
3892    '=ucs-bmp-cjk@JP
3893    "CJK Characters in BMP with JIS representative glyphs"
3894    '(long-name "CJK in BMP@JP"
3895                chars 256
3896                dimension 2
3897                columns 2
3898                graphic 2
3899                direction l2r
3900                registry "-ja-.*-ucs-0"
3901                mother =ucs@JP
3902                min-code #x2E00
3903                max-code #x9FA5
3904                ;; max-code #xA4CF
3905                ))
3906   (make-charset
3907    '=ucs-bmp-cjk@JP/hanazono
3908    "CJK Characters in BMP with Hanazono font"
3909    '(long-name "CJK in BMP@JP/Hanazono"
3910                chars 256
3911                dimension 2
3912                columns 2
3913                graphic 2
3914                direction l2r
3915                registry "-ja-.*-ucs-0"
3916                mother =ucs@JP/hanazono
3917                min-code #x2E00
3918                max-code #x9FA5
3919                ;; max-code #xA4CF
3920                ))
3921   (make-charset
3922    '==ucs-bmp-cjk@JP/hanazono
3923    "CJK Characters in BMP with Hanazono font"
3924    '(long-name "CJK in BMP@JP/Hanazono"
3925                chars 256
3926                dimension 2
3927                columns 2
3928                graphic 2
3929                direction l2r
3930                registry "-ja-.*-ucs-0"
3931                mother ==ucs@JP/hanazono
3932                min-code #x2E00
3933                max-code #x9FA5
3934                ;; max-code #xA4CF
3935                ))
3936   (make-charset
3937    '=+>ucs-bmp-cjk@unicode
3938    "Unicode representative characters of CJK Unified Ideographs in BMP"
3939    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
3940                chars 256
3941                dimension 2
3942                columns 2
3943                graphic 2
3944                direction l2r
3945                registry "-zh-.*-ucs-0"
3946                mother =+>ucs@unicode
3947                min-code #x2E00
3948                max-code #x9FA5
3949                ;; max-code #xA4CF
3950                ))
3951   (make-charset
3952    '=>ucs-bmp-cjk@unicode
3953    "Unicode representative characters of CJK Unified Ideographs in BMP"
3954    '(long-name "Unicode-BMP-CJK"
3955                chars 256
3956                dimension 2
3957                columns 2
3958                graphic 2
3959                direction l2r
3960                registry "-zh-.*-ucs-0"
3961                mother =>ucs@unicode
3962                min-code #x2E00
3963                max-code #x9FA5
3964                ;; max-code #xA4CF
3965                ))
3966   (make-charset
3967    '=>ucs-bmp-cjk@component
3968    "CJK Characters in BMP for IWDS-1 abstract components."
3969    '(long-name "CJK in BMP@component"
3970                chars 256
3971                dimension 2
3972                columns 2
3973                graphic 2
3974                direction l2r
3975                registry "-ja-.*-ucs-0"
3976                mother =>ucs@component
3977                min-code #x2E00
3978                max-code #x9FA5
3979                ;; max-code #xA4CF
3980                ))
3981   (make-charset
3982    '==>ucs-bmp-cjk@bucs
3983    "CJK Characters in BMP of BUCS"
3984    '(long-name "BUCS-BMP-CJK"
3985                chars 256
3986                dimension 2
3987                columns 2
3988                graphic 2
3989                direction l2r
3990                registry "-zh-.*-ucs-0"
3991                mother ==>ucs@bucs
3992                min-code #x2E00
3993                max-code #x9FA5
3994                ;; max-code #xA4CF
3995                ))
3996   (make-charset
3997    '=ucs-bmp-cjk-compat
3998    "CJK Compatibility Ideographs in BMP of UCS"
3999    '(long-name "CJK Compatibility Ideographs"
4000                chars 256
4001                dimension 2
4002                columns 2
4003                graphic 2
4004                direction l2r
4005                registry "-ja-.*-ucs-0"
4006                mother ucs-bmp
4007                min-code #xF900
4008                max-code #xFAFF
4009                ))
4010   (make-charset
4011    '=ucs-bmp-cjk-compat@unicode
4012    "CJK Compatibility Ideographs of Unicode representatives"
4013    '(long-name "CJK Compatibility Ideographs of Unicode"
4014                chars 256
4015                dimension 2
4016                columns 2
4017                graphic 2
4018                direction l2r
4019                registry "-ja-.*-ucs-0"
4020                mother =ucs@unicode
4021                min-code #xF900
4022                max-code #xFAFF
4023                ))
4024   (make-charset
4025    '=+>ucs-bmp-cjk-compat@jis
4026    "CJK Compatibility Ideographs of JIS representatives unified glyphs"
4027    '(long-name "JIS unified glyphs for CJK Compat chars"
4028                chars 256
4029                dimension 2
4030                columns 2
4031                graphic 2
4032                direction l2r
4033                registry "-ja-.*-ucs-0"
4034                mother =+>ucs@jis
4035                min-code #xF900
4036                max-code #xFAFF
4037                ))
4038   (make-charset
4039    '=ucs-sip-ext-b
4040    "CJK Ideographs Extension B"
4041    '(long-name "UCS CJK Ext-B"
4042                chars 256
4043                dimension 2
4044                columns 2
4045                graphic 2
4046                direction l2r
4047                registry "\\(iso10646\\|ucs00\\)-2$"
4048                mother ucs
4049                min-code #x20000 max-code #x2A6D6
4050                code-offset #x20000))
4051   (make-charset
4052    '=ucs-sip@iso
4053    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4054    '(long-name "UCS CJK Ext-B"
4055                chars 256
4056                dimension 2
4057                columns 2
4058                graphic 2
4059                direction l2r
4060                registry "ucs00-2$"
4061                mother =ucs@iso
4062                min-code #x20000 max-code #x2FFFF
4063                code-offset #x20000))
4064   (make-charset
4065    '=ucs-sip-ext-b@iso
4066    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4067    '(long-name "UCS CJK Ext-B"
4068                chars 256
4069                dimension 2
4070                columns 2
4071                graphic 2
4072                direction l2r
4073                registry "\\(iso10646\\|ucs00\\)-2$"
4074                mother =ucs@iso
4075                min-code #x20000 max-code #x2A6D6
4076                code-offset #x20000))
4077   (make-charset
4078    '==ucs-sip@iso
4079    "ISO representative abstract-glyph-images of ISO/IEC 10646 Plane 2"
4080    '(long-name "SIP abstract glyph-images"
4081                chars 256
4082                dimension 2
4083                columns 2
4084                graphic 2
4085                direction l2r
4086                registry "\\(ucs00\\)-2$"
4087                mother ==ucs@iso
4088                code-offset #x20000))
4089   (make-charset
4090    '==ucs-sip-ext-b@iso
4091    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4092    '(long-name "UCS CJK Ext-B"
4093                chars 256
4094                dimension 2
4095                columns 2
4096                graphic 2
4097                direction l2r
4098                registry "\\(iso10646\\|ucs00\\)-2$"
4099                mother ==ucs@iso
4100                min-code #x20000 max-code #x2A6D6
4101                code-offset #x20000))
4102   (make-charset
4103    '===ucs-sip@iso
4104    "ISO representative glyph-images of ISO/IEC 10646 Plane 2"
4105    '(long-name "SIP rep-glyph-images"
4106                chars 256
4107                dimension 2
4108                columns 2
4109                graphic 2
4110                direction l2r
4111                registry "\\(ucs00\\)-2$"
4112                mother ===ucs@iso
4113                code-offset #x20000))
4114   (make-charset
4115    '===ucs-sip-ext-b@iso
4116    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
4117    '(long-name "UCS CJK Ext-B"
4118                chars 256
4119                dimension 2
4120                columns 2
4121                graphic 2
4122                direction l2r
4123                registry "\\(iso10646\\|ucs00\\)-2$"
4124                mother ===ucs@iso
4125                min-code #x20000 max-code #x2A6D6
4126                code-offset #x20000))
4127   )
4128
4129 ;;; mule-conf.el ends here