(=>>hanyo-denshi/ip): 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 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 ,(lsh #x6300 16)
42                max-code ,(+ (lsh #x6300 16) 23057)
43                code-offset      ,(lsh #x6300 16)))
44   (make-charset
45    '=adobe-japan1-0
46    "Adobe-Japan1-0 Character Collection for CID-Keyed Fonts"
47    '(long-name "Adobe-Japan1-0"
48                chars 256
49                dimension 2
50                columns 2
51                graphic 2
52                direction l2r
53                mother =adobe-japan1-base
54                min-code 0
55                max-code 8283
56                registry "AdobeJapan1-0$"))
57   (make-charset
58    '=adobe-japan1-1
59    "Adobe-Japan1-1 Character Collection for CID-Keyed Fonts"
60    '(long-name "Adobe-Japan1-1"
61                chars 256
62                dimension 2
63                columns 2
64                graphic 2
65                direction l2r
66                mother =adobe-japan1-0
67                min-code 0
68                max-code 8358
69                registry "AdobeJapan1-1$"))
70   (make-charset
71    '=adobe-japan1-2
72    "Adobe-Japan1-2 Character Collection for CID-Keyed Fonts"
73    '(long-name "Adobe-Japan1-2"
74                chars 256
75                dimension 2
76                columns 2
77                graphic 2
78                direction l2r
79                mother =adobe-japan1-1
80                min-code 0
81                max-code 8719
82                registry "AdobeJapan1-2$"))
83   (make-charset
84    '=adobe-japan1-3
85    "Adobe-Japan1-3 Character Collection for CID-Keyed Fonts"
86    '(long-name "Adobe-Japan1-3"
87                chars 256
88                dimension 2
89                columns 2
90                graphic 2
91                direction l2r
92                mother =adobe-japan1-2
93                min-code 0
94                max-code 9353
95                registry "AdobeJapan1-3$"))
96   (make-charset
97    '=adobe-japan1-4
98    "Adobe-Japan1-4 Character Collection for CID-Keyed Fonts"
99    '(long-name "Adobe-Japan1-4"
100                chars 256
101                dimension 2
102                columns 2
103                graphic 2
104                direction l2r
105                mother =adobe-japan1-3
106                min-code 0
107                max-code 15443
108                registry "AdobeJapan1-4$"))
109   (make-charset
110    '=adobe-japan1-5
111    "Adobe-Japan1-5 Character Collection for CID-Keyed Fonts"
112    '(long-name "Adobe-Japan1-5"
113                chars 256
114                dimension 2
115                columns 2
116                graphic 2
117                direction l2r
118                mother =adobe-japan1-4
119                min-code 0
120                max-code 20316
121                registry "AdobeJapan1-5$"))
122   (make-charset
123    '=adobe-japan1-6
124    "Adobe-Japan1-6 Character Collection for CID-Keyed Fonts"
125    '(long-name "Adobe-Japan1-6"
126                chars 256
127                dimension 2
128                columns 2
129                graphic 2
130                direction l2r
131                mother =adobe-japan1-5
132                min-code 0
133                max-code 23057
134                registry "AdobeJapan1-6$"))
135   (define-charset-alias '=adobe-japan1 '=adobe-japan1-6)
136
137   (make-charset
138    '=>>>adobe-japan1-0
139    "Adobe-Japan1-0 abstract glyph-forms"
140    '(long-name "Adobe-Japan1-0 abstract glyph-forms"
141                chars 256
142                dimension 2
143                columns 2
144                graphic 2
145                direction l2r
146                mother =adobe-japan1-0
147                registry "AdobeJapan1-0$"))
148   (make-charset
149    '=>>>adobe-japan1-1
150    "Adobe-Japan1-1 abstract glyph-forms"
151    '(long-name "Adobe-Japan1-1 abstract glyph-forms"
152                chars 256
153                dimension 2
154                columns 2
155                graphic 2
156                direction l2r
157                mother =>>>adobe-japan1-0
158                registry "AdobeJapan1-1$"))
159   (make-charset
160    '=>>>adobe-japan1-2
161    "Adobe-Japan1-2 abstract glyph-forms"
162    '(long-name "Adobe-Japan1-2 abstract glyph-forms"
163                chars 256
164                dimension 2
165                columns 2
166                graphic 2
167                direction l2r
168                mother =>>>adobe-japan1-1
169                registry "AdobeJapan1-2$"))
170   (make-charset
171    '=>>>adobe-japan1-3
172    "Adobe-Japan1-3 abstract glyph-forms"
173    '(long-name "Adobe-Japan1-3 abstract glyph-forms"
174                chars 256
175                dimension 2
176                columns 2
177                graphic 2
178                direction l2r
179                mother =>>>adobe-japan1-2
180                registry "AdobeJapan1-3$"))
181   (make-charset
182    '=>>>adobe-japan1-4
183    "Adobe-Japan1-4 abstract glyph-forms"
184    '(long-name "Adobe-Japan1-4 abstract glyph-forms"
185                chars 256
186                dimension 2
187                columns 2
188                graphic 2
189                direction l2r
190                mother =>>>adobe-japan1-3
191                registry "AdobeJapan1-4$"))
192   (make-charset
193    '=>>>adobe-japan1-5
194    "Adobe-Japan1-5 abstract glyph-forms"
195    '(long-name "Adobe-Japan1-5 abstract glyph-forms"
196                chars 256
197                dimension 2
198                columns 2
199                graphic 2
200                direction l2r
201                mother =>>>adobe-japan1-4
202                registry "AdobeJapan1-5$"))
203   (make-charset
204    '=>>>adobe-japan1-6
205    "Adobe-Japan1-6 abstract glyph-forms"
206    '(long-name "Adobe-Japan1-6 abstract glyph-forms"
207                chars 256
208                dimension 2
209                columns 2
210                graphic 2
211                direction l2r
212                mother =>>>adobe-japan1-5
213                registry "AdobeJapan1-6$"))
214   (define-charset-alias '=>>>adobe-japan1 '=>>>adobe-japan1-6)
215
216   (make-charset
217    '=>>adobe-japan1-0
218    "Adobe-Japan1-0 abstract glyphs"
219    '(long-name "Adobe-Japan1-0 abstract glyphs"
220                chars 256
221                dimension 2
222                columns 2
223                graphic 2
224                direction l2r
225                mother =>>>adobe-japan1
226                registry "AdobeJapan1-0$"))
227   (make-charset
228    '=>>adobe-japan1-1
229    "Adobe-Japan1-1 abstract glyphs"
230    '(long-name "Adobe-Japan1-1 abstract glyphs"
231                chars 256
232                dimension 2
233                columns 2
234                graphic 2
235                direction l2r
236                mother =>>adobe-japan1-0
237                registry "AdobeJapan1-1"))
238   (make-charset
239    '=>>adobe-japan1-2
240    "Adobe-Japan1-2 abstract glyphs"
241    '(long-name "Adobe-Japan1-2 abstract glyphs"
242                chars 256
243                dimension 2
244                columns 2
245                graphic 2
246                direction l2r
247                mother =>>adobe-japan1-1
248                registry "AdobeJapan1-2"))
249   (make-charset
250    '=>>adobe-japan1-3
251    "Adobe-Japan1-3 abstract glyphs"
252    '(long-name "Adobe-Japan1-3 abstract glyphs"
253                chars 256
254                dimension 2
255                columns 2
256                graphic 2
257                direction l2r
258                mother =>>adobe-japan1-2
259                registry "AdobeJapan1-3"))
260   (make-charset
261    '=>>adobe-japan1-4
262    "Adobe-Japan1-4 abstract glyphs"
263    '(long-name "Adobe-Japan1-4 abstract glyphs"
264                chars 256
265                dimension 2
266                columns 2
267                graphic 2
268                direction l2r
269                mother =>>adobe-japan1-3
270                registry "AdobeJapan1-4"))
271   (make-charset
272    '=>>adobe-japan1-5
273    "Adobe-Japan1-5 abstract glyphs"
274    '(long-name "Adobe-Japan1-5 abstract glyphs"
275                chars 256
276                dimension 2
277                columns 2
278                graphic 2
279                direction l2r
280                mother =>>adobe-japan1-4
281                registry "AdobeJapan1-5"))
282   (make-charset
283    '=>>adobe-japan1-6
284    "Adobe-Japan1-6 abstract glyphs"
285    '(long-name "Adobe-Japan1-6 abstract glyphs"
286                chars 256
287                dimension 2
288                columns 2
289                graphic 2
290                direction l2r
291                mother =>>adobe-japan1-5
292                registry "AdobeJapan1-6"))
293   (define-charset-alias '=>>adobe-japan1 '=>>adobe-japan1-6)
294
295   (make-charset
296    '=+>adobe-japan1-0
297    "Adobe-Japan1-0 unified abstract glyphs"
298    '(long-name "Adobe-Japan1-0 unified abstract glyphs"
299                chars 256
300                dimension 2
301                columns 2
302                graphic 2
303                direction l2r
304                mother =>>adobe-japan1
305                registry "AdobeJapan1-0$"))
306   (make-charset
307    '=+>adobe-japan1-1
308    "Adobe-Japan1-1 unified abstract glyphs"
309    '(long-name "Adobe-Japan1-1 unified abstract glyphs"
310                chars 256
311                dimension 2
312                columns 2
313                graphic 2
314                direction l2r
315                mother =+>adobe-japan1-0
316                registry "AdobeJapan1-1"))
317   (make-charset
318    '=+>adobe-japan1-2
319    "Adobe-Japan1-2 unified abstract glyphs"
320    '(long-name "Adobe-Japan1-2 unified abstract glyphs"
321                chars 256
322                dimension 2
323                columns 2
324                graphic 2
325                direction l2r
326                mother =+>adobe-japan1-1
327                registry "AdobeJapan1-2"))
328   (make-charset
329    '=+>adobe-japan1-3
330    "Adobe-Japan1-3 unified abstract glyphs"
331    '(long-name "Adobe-Japan1-3 unified abstract glyphs"
332                chars 256
333                dimension 2
334                columns 2
335                graphic 2
336                direction l2r
337                mother =+>adobe-japan1-2
338                registry "AdobeJapan1-3"))
339   (make-charset
340    '=+>adobe-japan1-4
341    "Adobe-Japan1-4 unified abstract glyphs"
342    '(long-name "Adobe-Japan1-4 unified abstract glyphs"
343                chars 256
344                dimension 2
345                columns 2
346                graphic 2
347                direction l2r
348                mother =+>adobe-japan1-3
349                registry "AdobeJapan1-4"))
350   (make-charset
351    '=+>adobe-japan1-5
352    "Adobe-Japan1-5 unified abstract glyphs"
353    '(long-name "Adobe-Japan1-5 unified abstract glyphs"
354                chars 256
355                dimension 2
356                columns 2
357                graphic 2
358                direction l2r
359                mother =+>adobe-japan1-4
360                registry "AdobeJapan1-5"))
361   (make-charset
362    '=+>adobe-japan1-6
363    "Adobe-Japan1-6 unified abstract glyphs"
364    '(long-name "Adobe-Japan1-6 unified abstract glyphs"
365                chars 256
366                dimension 2
367                columns 2
368                graphic 2
369                direction l2r
370                mother =+>adobe-japan1-5
371                registry "AdobeJapan1-6"))
372   (define-charset-alias '=+>adobe-japan1 '=+>adobe-japan1-6)
373
374   (make-charset
375    '=jis-x0208@1978
376    "JIS X 0208:1978, unchanged part."
377    '(registry "jisx0208\\.1978"
378               dimension 2
379               chars 94
380               mother =jis-x0208
381               =>iso-ir 42
382               final ?@
383               graphic 0
384               partial t))
385   (make-charset
386    '=jis-x0208@1978/-4pr
387    "JIS X 0208:1978, 1st - 3rd impressions."
388    '(registry "jisx0208\\.1978"
389               dimension 2
390               chars 94
391               mother =jis-x0208@1978
392               =>iso-ir 42
393               final ?@
394               graphic 0
395               partial t))
396   (make-charset
397    '=jis-x0208@1978/1pr
398    "JIS X 0208:1978, 1st impression."
399    '(iso-ir 42
400             registry "jisx0208\\.1978"
401             dimension 2
402             chars 94
403             mother =jis-x0208@1978/-4pr
404             final ?@
405             graphic 0))
406   (make-charset
407    '=jis-x0208@1978/-4X
408    "JIS X 0208:1978, index before the 4th impression."
409    '(registry "jisx0208\\.1978"
410               dimension 2
411               chars 94
412               mother =jis-x0208@1978
413               =>iso-ir 42
414               ;; final ?@
415               graphic 0
416               partial t))
417   (make-charset
418    '=jis-x0208@1978/1er-pr
419    "JIS X 0208:1978, fixed by errata [Nov 1978]."
420    '(registry "jisx0208\\.1978"
421               dimension 2
422               chars 94
423               mother =jis-x0208@1978
424               =>iso-ir 42
425               ;; final ?@
426               graphic 0
427               partial t))
428   (make-charset
429    '=jis-x0208@1978/2-pr
430    "JIS X 0208:1978, 2nd impression or later."
431    '(registry "jisx0208\\.1978"
432               dimension 2
433               chars 94
434               mother =jis-x0208@1978/1er-pr
435               =>iso-ir 42
436               ;; final ?@
437               graphic 0
438               partial t))
439   (make-charset
440    '=jis-x0208@1978/4er
441    "JIS X 0208:1978, replaced by errata of 4th impression."
442    '(registry "jisx0208\\.1978"
443               dimension 2
444               chars 94
445               mother =jis-x0208@1978/2-pr
446               =>iso-ir 42
447               ;; final ?@
448               graphic 0
449               partial t))
450   (make-charset
451    '=jis-x0208@1978/4-pr
452    "JIS X 0208:1978, 4th impression or later."
453    '(registry "jisx0208\\.1978"
454               dimension 2
455               chars 94
456               mother =jis-x0208@1978/2-pr
457               =>iso-ir 42
458               ;; final ?@
459               graphic 0
460               partial t))
461   (make-charset
462    '=jis-x0208@1978/5pr
463    "JIS X 0208:1978, 5th impression."
464    '(registry "jisx0208\\.1978"
465               dimension 2
466               chars 94
467               mother =jis-x0208@1978/4-pr
468               =>iso-ir 42
469               ;; final ?@
470               graphic 0
471               partial t))
472   (define-charset-alias '=jis-x0208@1978/i1 '=jis-x0208@1978/1pr)
473   (define-charset-alias '=jis-x0208@1978/i-4 '=jis-x0208@1978/-4pr)
474   (define-charset-alias '=jis-x0208@1978/i4- '=jis-x0208@1978/4-pr)
475   )
476  (t
477   (make-charset
478    '=jis-x0208@1978
479    "JIS X0208:1978 Japanese Kanji (so called \"old JIS\")."
480    '(iso-ir 42
481             registry "jisx0208\\.1978"
482             dimension 2
483             chars 94
484             mother =jis-x0208
485             final ?@
486             graphic 0))
487   ))
488
489 (define-charset-alias '=jis-x0208-1978          '=jis-x0208@1978)
490 (define-charset-alias 'japanese-jisx0208-1978   '=jis-x0208@1978)
491 (define-charset-alias 'chinese-gb2312           '=gb2312)
492 (define-charset-alias '=jis-x0208-1983          '=jis-x0208@1983)
493 (define-charset-alias 'japanese-jisx0208        '=jis-x0208@1983)
494 (define-charset-alias 'korean-ksc5601           '=ks-x1001)
495 (define-charset-alias 'japanese-jisx0212        '=jis-x0212)
496 (define-charset-alias 'chinese-cns11643-1       '=cns11643-1)
497 (define-charset-alias 'chinese-cns11643-2       '=cns11643-2)
498 (define-charset-alias 'chinese-gb12345          '=gb12345)
499 (define-charset-alias 'chinese-big5             '=big5)
500
501 ;; PinYin-ZhuYin
502 (make-charset 'sisheng "PinYin-ZhuYin"
503               '(registry "sisheng_cwnn\\|OMRON_UDC_ZH"
504                 dimension 1
505                 chars 94
506                 final ?0
507                 graphic 0
508                 ))
509
510 ;; Lao script.
511 ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F.
512 (make-charset 'lao "Lao script"
513               '(registry "MuleLao-1"
514                 dimension 1
515                 chars 94
516                 final ?1
517                 graphic 1))
518
519 ;; IPA (International Phonetic Alphabet)
520 (make-charset 'ipa "International Phonetic Alphabet"
521               '(registry "MuleIPA"
522                 dimension 1
523                 chars 96
524                 final ?0
525                 graphic 1))
526
527 ;; Ethiopic
528 (make-charset 'ethiopic "Ethiopic"
529               '(registry "Ethio"
530                 dimension 2
531                 chars 94
532                 final ?3
533                 graphic 0
534                 ))
535
536 ;; ISO-IR-165 (CCITT Extended GB)
537 ;;    It is based on CCITT Recommendation T.101, includes GB 2312-80 +
538 ;;    GB 8565-88 table A4 + 293 characters.
539 (if (featurep 'utf-2000)
540     (progn
541       (make-charset '=iso-ir165
542                     "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
543                     '(iso-ir 165
544                              dimension 2
545                              chars 94
546                              mother =gb2312
547                              final ?E
548                              registry "isoir165"
549                              graphic 0))
550       (define-charset-alias 'chinese-isoir165 '=iso-ir165))
551   (make-charset 'chinese-isoir165
552                 "ISO-IR-165 (CCITT Extended GB; Chinese simplified)"
553                 '(iso-ir 165
554                          dimension 2
555                          chars 94
556                          final ?E
557                          registry "isoir165"
558                          graphic 0)))
559
560 ;; CNS11643 Plane3 thru Plane7
561 ;; These represent more and more obscure Chinese characters.
562 ;; By the time you get to Plane 7, we're talking about characters
563 ;; that appear once in some ancient manuscript and whose meaning
564 ;; is unknown.
565
566 (flet
567     ((make-chinese-cns11643-charset
568       (name iso-ir plane final)
569       (make-charset
570        name (concat "CNS 11643 Plane " plane " (Chinese traditional)")
571        `(iso-ir ,iso-ir
572          registry 
573          ,(concat "CNS11643[.-]\\(.*[.-]\\)?" plane "$")
574          dimension 2
575          chars 94
576          final ,final
577          graphic 0))
578       ))
579   (make-chinese-cns11643-charset '=cns11643-3 183 "3" ?I)
580   (make-chinese-cns11643-charset '=cns11643-4 184 "4" ?J)
581   (make-chinese-cns11643-charset '=cns11643-5 185 "5" ?K)
582   (make-chinese-cns11643-charset '=cns11643-6 186 "6" ?L)
583   (make-chinese-cns11643-charset '=cns11643-7 187 "7" ?M)
584   (define-charset-alias 'chinese-cns11643-3     '=cns11643-3)
585   (define-charset-alias 'chinese-cns11643-4     '=cns11643-4)
586   (define-charset-alias 'chinese-cns11643-5     '=cns11643-5)
587   (define-charset-alias 'chinese-cns11643-6     '=cns11643-6)
588   (define-charset-alias 'chinese-cns11643-7     '=cns11643-7)
589   )
590
591 ;; JIS X 0213:2000
592 (cond
593  ((featurep 'utf-2000)
594   (make-charset
595    '=jis-x0213-1
596    "JIS X 0213 Plain 1 (unchanged part)"
597    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
598               dimension 2
599               chars 94
600               =>iso-ir 228
601               final ?O
602               graphic 0
603               partial t))
604
605   (make-charset
606    '=jis-x0213-1@2000
607    "JIS X 0213:2000 Plain 1"
608    '(iso-ir 228
609             registry "jisx0213\\(\\.2000\\)-1"
610             dimension 2
611             chars 94
612             mother =jis-x0213-1
613             final ?O
614             graphic 0))
615   (make-charset
616    '=jis-x0213-2
617    "JIS X 0213 Plain 2"
618    '(iso-ir 229
619             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
620             dimension 2
621             chars 94
622             final ?P
623             graphic 0))
624
625   (make-charset
626    '=jis-x0213-1@2004
627    "JIS X 0213:2004 Plain 1"
628    '(iso-ir 233
629             registry "jisx0213\\(\\.2004\\)-1"
630             dimension 2
631             chars 94
632             mother =jis-x0213-1
633             final ?Q
634             graphic 0))
635
636   (define-charset-alias 'japanese-jisx0213-1 '=jis-x0213-1@2000)
637   (define-charset-alias 'japanese-jisx0213-2 '=jis-x0213-2)
638   (define-charset-alias '=jis-x0213-1-2000 '=jis-x0213-1@2000)
639   (define-charset-alias '=jis-x0213-2-2000 '=jis-x0213-2)
640   )
641  (t
642   (make-charset
643    'japanese-jisx0213-1
644    "JIS X 0213:2000 Plain 1"
645    '(registry "jisx0213\\(\\.2000\\)-1"
646               dimension 2
647               chars 94
648               final ?O
649               graphic 0))
650   (make-charset
651    'japanese-jisx0213-2
652    "JIS X 0213:2000 Plain 2"
653    '(registry "jisx0213\\(\\.2000\\)-2"
654               dimension 2
655               chars 94
656               final ?P
657               graphic 0))
658   ))
659
660 (when (featurep 'utf-2000)
661   (define-charset-alias 'ucs '=ucs)
662   (define-charset-alias '=jis-x0208-1990 '=jis-x0208@1990)
663   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
664
665   (make-charset
666    '=>>>jis-x0208
667    "JIS X 0208 abstract glyph-forms (unchanged part)."
668    '(registry "jisx0208\\.1990"
669               dimension 2
670               chars 94
671               mother =jis-x0208
672               =>iso-ir 168
673               ;; final ?B
674               graphic 0))
675   (make-charset
676    '=>>>jis-x0208@1978
677    "JIS X 0208:1978 abstract glyph-forms."
678    '(registry "jisx0208\\.1978"
679               dimension 2
680               chars 94
681               mother =>>>jis-x0208
682               =>iso-ir 42
683               ;; final ?@
684               graphic 0))
685   (make-charset
686    '=>>>jis-x0208@1983
687    "JIS X 0208:1983 abstract glyph-forms."
688    '(registry "jisx0208\\.1983"
689               dimension 2
690               chars 94
691               mother =>>>jis-x0208
692               =>iso-ir 87
693               graphic 0))
694   (make-charset
695    '=>>>jis-x0208@1990
696    "JIS X 0208:1990 abstract glyph-forms."
697    '(registry "jisx0208\\.1990"
698               dimension 2
699               chars 94
700               mother =>>>jis-x0208
701               =>iso-ir 168
702               ;; final ?B
703               graphic 0))
704   (make-charset
705    '=>>>jis-x0213-1
706    "JIS X 0213 Plain 1 abstract glyph-forms (unchanged part)"
707    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
708               dimension 2
709               chars 94
710               mother =jis-x0213-1
711               =>iso-ir 228
712               ;; final ?O
713               graphic 0
714               ;; partial t
715               ))
716   (make-charset
717    '=>>>jis-x0213-1@2000
718    "JIS X 0213:2000 Plain 1 abstract glyph-forms"
719    '(registry "jisx0213\\(\\.2000\\)-1"
720               dimension 2
721               chars 94
722               mother =>>>jis-x0213-1
723               =>iso-ir 228
724               ;; final ?O
725               graphic 0
726               ;; partial t
727               ))
728   (make-charset
729    '=>>>jis-x0213-1@2004
730    "JIS X 0213:2004 Plain 1 abstract glyph-forms"
731    '(mother =>>>jis-x0213-1
732             =>iso-ir 233
733             ;; registry "jisx0213\\(\\.2004\\)-1"
734             dimension 2
735             chars 94
736             graphic 0))
737   (make-charset
738    '=>>>jis-x0213-2
739    "JIS X 0213 Plain 2 abstract glyph-forms"
740    '(mother =jis-x0213-2
741             =>iso-ir 229
742             registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
743             dimension 2
744             chars 94
745             graphic 0))
746
747   (make-charset
748    '=>>jis-x0208
749    "JIS X 0208 abstract glyphs (unchanged part)."
750    '(registry "jisx0208\\.1990"
751               dimension 2
752               chars 94
753               mother =>>>jis-x0208
754               =>iso-ir 168
755               ;; final ?B
756               graphic 0))
757   (make-charset
758    '=>>jis-x0208@1978
759    "JIS X 0208:1978 abstract glyphs."
760    '(registry "jisx0208\\.1978"
761               dimension 2
762               chars 94
763               mother =>>jis-x0208
764               =>iso-ir 42
765               ;; final ?@
766               graphic 0))
767   (make-charset
768    '=>>jis-x0208@1983
769    "JIS X 0208:1983 abstract glyphs."
770    '(registry "jisx0208\\.1983"
771               dimension 2
772               chars 94
773               mother =>>jis-x0208
774               =>iso-ir 87
775               graphic 0))
776   (make-charset
777    '=>>jis-x0208@1990
778    "JIS X 0208:1990 abstract glyphs."
779    '(registry "jisx0208\\.1990"
780               dimension 2
781               chars 94
782               mother =>>jis-x0208
783               =>iso-ir 168
784               graphic 0))
785
786   (make-charset
787    '=>>jis-x0213-1
788    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
789    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
790               dimension 2
791               chars 94
792               mother =>>>jis-x0213-1
793               =>iso-ir 228
794               ;; final ?O
795               graphic 0
796               ;; partial t
797               ))
798   (make-charset
799    '=>>jis-x0213-1@2000
800    "JIS X 0213:2000 Plain 1 abstract glyphs"
801    '(registry "jisx0213\\(\\.2000\\)-1"
802               dimension 2
803               chars 94
804               mother =>>jis-x0213-1
805               =>iso-ir 228
806               ;; final ?O
807               graphic 0
808               ;; partial t
809               ))
810   (make-charset
811    '=>>jis-x0213-2
812    "JIS X 0213 Plain 2 abstract glyphs"
813    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
814               dimension 2
815               chars 94
816               mother =>>>jis-x0213-2
817               =>iso-ir 229
818               ;; final ?P
819               graphic 0))
820   (make-charset
821    '=>>jis-x0213-1@2004
822    "JIS X 0213:2004 Plain 1 abstract glyphs"
823    '(registry "jisx0213\\(\\.2004\\)-1"
824               dimension 2
825               chars 94
826               mother =>>jis-x0213-1
827               =>iso-ir 233
828               ;; final ?Q
829               graphic 0
830               ;; partial t
831               ))
832
833   (make-charset
834    '=+>jis-x0208
835    "JIS X 0208 based on usual unification."
836    '(registry "jisx0208\\.1990"
837               dimension 2
838               chars 94
839               mother =>>jis-x0208
840               =>iso-ir 168
841               ;; final ?B
842               graphic 0))
843   (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208)
844   (make-charset
845    '=+>jis-x0208@1978
846    "JIS X 0208:1978 unified abstract glyphs."
847    '(registry "jisx0208\\.1978"
848               dimension 2
849               chars 94
850               mother =+>jis-x0208
851               =>iso-ir 42
852               ;; final ?@
853               graphic 0))
854   (make-charset
855    '=+>jis-x0208@1983
856    "JIS X 0208:1983 unified abstract glyphs."
857    '(registry "jisx0208\\.1983"
858               dimension 2
859               chars 94
860               mother =+>jis-x0208
861               =>iso-ir 87
862               graphic 0))
863   (make-charset
864    '=+>jis-x0208@1990
865    "JIS X 0208:1990 unified abstract glyphs."
866    '(registry "jisx0208\\.1990"
867               dimension 2
868               chars 94
869               mother =+>jis-x0208
870               =>iso-ir 168
871               graphic 0))
872   (make-charset
873    '=+>jis-x0213-1
874    "JIS X 0213 Plain 1 unified abstract glyphs (unchanged part)"
875    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
876               dimension 2
877               chars 94
878               mother =>>jis-x0213-1
879               =>iso-ir 228
880               ;; final ?O
881               graphic 0
882               ;; partial t
883               ))
884   (make-charset
885    '=+>jis-x0213-1@2000
886    "JIS X 0213:2000 Plain 1 unified abstract glyphs"
887    '(registry "jisx0213\\(\\.2000\\)-1"
888               dimension 2
889               chars 94
890               mother =+>jis-x0213-1
891               =>iso-ir 228
892               ;; final ?O
893               graphic 0
894               ;; partial t
895               ))
896
897   (make-charset
898    '=>jis-x0208
899    "JIS X 0208 based on the unchanged unification rules."
900    '(registry "jisx0208\\.1990"
901               dimension 2
902               chars 94
903               mother =+>jis-x0208
904               =>iso-ir 168
905               ;; final ?B
906               graphic 0))
907   (define-charset-alias '<=>jis-x0208 '=>jis-x0208)
908   (make-charset
909    '=>jis-x0208@1997
910    "JIS X 0208 based on the unification rule of 1997 edition."
911    '(registry "jisx0208\\.1990"
912               dimension 2
913               chars 94
914               mother =>jis-x0208
915               =>iso-ir 168
916               ;; final ?B
917               graphic 0))
918   (define-charset-alias '<=>jis-x0208@1997 '=>jis-x0208@1997)
919   (define-charset-alias '  =jis-x0208@1997 '=>jis-x0208@1997)
920
921   (make-charset
922    '=>jis-x0213-1
923    "JIS X 0213 Plain 1 abstract characters (unchanged part)"
924    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
925               dimension 2
926               chars 94
927               mother =+>jis-x0213-1
928               =>iso-ir 228
929               ;; final ?O
930               graphic 0
931               ;; partial t
932               ))
933   (define-charset-alias '<=>jis-x0213-1 '=>jis-x0213-1)
934   (make-charset
935    '=>jis-x0213-1@2000
936    "JIS X 0213:2000 Plain 1 abstract characters"
937    '(registry "jisx0213\\(\\.2000\\)-1"
938               dimension 2
939               chars 94
940               mother =>jis-x0213-1
941               =>iso-ir 228
942               ;; final ?O
943               graphic 0
944               ;; partial t
945               ))
946   (define-charset-alias '<=>jis-x0213-1@2000 '=>jis-x0213-1@2000)
947   (make-charset
948    '=>jis-x0213-1@2004
949    "JIS X 0213:2004 Plain 1 abstract characters"
950    '(registry "jisx0213\\(\\.2004\\)-1"
951               dimension 2
952               chars 94
953               mother =>jis-x0213-1
954               =>iso-ir 233
955               ;; final ?Q
956               graphic 0
957               ;; partial t
958               ))
959   (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004)
960   (make-charset
961    '=+>jis-x0213-2
962    "JIS X 0213 Plain 2 based on usual unification."
963    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
964               dimension 2
965               chars 94
966               mother =>>jis-x0213-2
967               =>iso-ir 229
968               ;; final ?P
969               graphic 0))
970   (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2)
971   (make-charset
972    '=>jis-x0213-2
973    "JIS X 0213 Plain 2 abstract characters"
974    '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2"
975               dimension 2
976               chars 94
977               mother =+>jis-x0213-2
978               =>iso-ir 229
979               ;; final ?P
980               graphic 0))
981
982   (make-charset
983    '=>>cns11643-4
984    "CNS 11643 Plane 4 abstract glyphs."
985    '(registry "CNS11643[.-]\\(.*[.-]\\)?4$"
986               dimension 2
987               chars 94
988               mother =cns11643-4
989               =>iso-ir 184
990               graphic 0))
991
992   (make-charset
993    '=>cns11643-2
994    "CNS 11643 Plane 2 abstract characters."
995    '(registry "CNS11643[.-]\\(.*[.-]\\)?2$"
996               dimension 2
997               chars 94
998               mother =cns11643-2
999               =>iso-ir 172
1000               graphic 0))
1001   (make-charset
1002    '=>cns11643-7
1003    "CNS 11643 Plane 7 abstract characters."
1004    '(registry "CNS11643[.-]\\(.*[.-]\\)?7$"
1005               dimension 2
1006               chars 94
1007               mother =cns11643-7
1008               =>iso-ir 187
1009               graphic 0))
1010
1011   (make-charset '=big5-eten
1012                 "Big5 ETEN"
1013                 '(long-name     "Big5-ETEN"
1014                   chars         256
1015                   dimension     2
1016                   columns       2
1017                   graphic       2
1018                   direction     l2r
1019                   mother        chinese-big5
1020                   min-code      #x8140
1021                   max-code      #xFEFE
1022                   registry      "Big5\\.ETEN"))
1023   (define-charset-alias 'chinese-big5-eten '=big5-eten)
1024   (make-charset 'chinese-big5-eten-a
1025                 "Big5 ETEN (#xF9D6 .. #xF9FE)"
1026                 '(long-name     "Big5-ETEN-a"
1027                   chars         256
1028                   dimension     2
1029                   columns       2
1030                   graphic       2
1031                   direction     l2r
1032                   mother        chinese-big5
1033                   min-code      #xF9D6
1034                   max-code      #xF9FE
1035                   registry      "Big5\\.ETEN"))
1036   (make-charset 'chinese-big5-eten-b
1037                 "Big5 ETEN (#xC6A1 .. #xC8FE)"
1038                 '(long-name     "Big5-ETEN-b"
1039                   chars         256
1040                   dimension     2
1041                   columns       2
1042                   graphic       2
1043                   direction     l2r
1044                   mother        chinese-big5
1045                   min-code      #xC6A1
1046                   max-code      #xC8FE
1047                   registry      "Big5\\.ETEN"))
1048
1049   (make-charset '=big5-cdp
1050                 "Big5 with CDP extension"
1051                 '(long-name     "Big5-CDP"
1052                   chars         256
1053                   dimension     2
1054                   columns       2
1055                   graphic       2
1056                   direction     l2r
1057                   registry      "big5\\.cdp-0"
1058                   mother        chinese-big5
1059                   min-code      #x8140
1060                   max-code      #x8DFE))
1061   (define-charset-alias 'chinese-big5-cdp '=big5-cdp)
1062
1063   (make-charset '=>>big5-cdp
1064                 "Abstract glyphs of Big5-CDP"
1065                 '(long-name     "Big5-CDP glyphs"
1066                   chars         256
1067                   dimension     2
1068                   columns       2
1069                   graphic       2
1070                   direction     l2r
1071                   registry      "big5\\.cdp-0"
1072                   mother        =big5-cdp))
1073
1074   (make-charset '=>big5-cdp
1075                 "Big5-CDP abstract characters"
1076                 '(long-name     "Big5-CDP abstract characters"
1077                   chars         256
1078                   dimension     2
1079                   columns       2
1080                   graphic       2
1081                   direction     l2r
1082                   registry      "big5\\.cdp-0"
1083                   mother        =>>big5-cdp))
1084
1085   (make-charset
1086    '=hanyo-denshi/ja
1087    "JA (JIS X0208) part of Han'you-Denshi characters"
1088    `(long-name "Han'you-Denshi/JA"
1089                chars 94
1090                dimension 2
1091                columns 2
1092                graphic 2
1093                direction l2r
1094                registry "HanyoDenshi\\.JA-0$"
1095                min-code ,(lsh #x6400 16)
1096                max-code ,(+ (lsh #x6400 16) (1- (* 94 94)))
1097                code-offset ,(lsh #x6400 16)))
1098   (make-charset
1099    '=hanyo-denshi/jb
1100    "JB (JIS X0212) part of Han'you-Denshi characters"
1101    `(long-name "Han'you-Denshi/JB"
1102                chars 94
1103                dimension 2
1104                columns 2
1105                graphic 2
1106                direction l2r
1107                registry "HanyoDenshi\\.JB-0$"
1108                min-code    ,(+ (lsh #x6400 16) (* 94 94))
1109                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 2)))
1110                code-offset ,(+ (lsh #x6400 16) (* 94 94))))
1111   (make-charset
1112    '=hanyo-denshi/jc
1113    "JC (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1114    `(long-name "Han'you-Denshi/JC"
1115                chars 94
1116                dimension 2
1117                columns 2
1118                graphic 2
1119                direction l2r
1120                registry "HanyoDenshi\\.JC-0$"
1121                min-code    ,(+ (lsh #x6400 16) (* 94 94 2))
1122                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 3)))
1123                code-offset ,(+ (lsh #x6400 16) (* 94 94 2))))
1124   (make-charset
1125    '=hanyo-denshi/jd
1126    "JD (JIS X0213:2000 Plane 1) part of Han'you-Denshi characters"
1127    `(long-name "Han'you-Denshi/JD"
1128                chars 94
1129                dimension 2
1130                columns 2
1131                graphic 2
1132                direction l2r
1133                registry "HanyoDenshi\\.JD-0$"
1134                min-code    ,(+ (lsh #x6400 16) (* 94 94 3))
1135                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 4)))
1136                code-offset ,(+ (lsh #x6400 16) (* 94 94 3))))
1137   (make-charset
1138    '=hanyo-denshi/ft
1139    "FT (FDPC additional) part of Han'you-Denshi characters"
1140    `(long-name "Han'you-Denshi/FT"
1141                chars 94
1142                dimension 2
1143                columns 2
1144                graphic 2
1145                direction l2r
1146                registry "HanyoDenshi\\.FT-0$"
1147                min-code    ,(+ (lsh #x6400 16) (* 94 94 4))
1148                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 5)))
1149                code-offset ,(+ (lsh #x6400 16) (* 94 94 4))))
1150   (make-charset
1151    '=hanyo-denshi/ia
1152    "IA part of Han'you-Denshi characters"
1153    `(long-name "Han'you-Denshi/IA"
1154                chars 94
1155                dimension 2
1156                columns 2
1157                graphic 2
1158                direction l2r
1159                registry "HanyoDenshi\\.IA-0$"
1160                min-code    ,(+ (lsh #x6400 16) (* 94 94 5))
1161                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 6)))
1162                code-offset ,(+ (lsh #x6400 16) (* 94 94 5))))
1163   (make-charset
1164    '=hanyo-denshi/ib
1165    "IB part of Han'you-Denshi characters"
1166    `(long-name "Han'you-Denshi/IB"
1167                chars 94
1168                dimension 2
1169                columns 2
1170                graphic 2
1171                direction l2r
1172                registry "HanyoDenshi\\.IB-0$"
1173                min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
1174                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
1175                code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
1176   (make-charset
1177    '=hanyo-denshi/hg
1178    "HG (HyouGai Kanji) part of Han'you-Denshi characters"
1179    `(long-name "Han'you-Denshi/HG"
1180                chars 94
1181                dimension 2
1182                columns 2
1183                graphic 2
1184                direction l2r
1185                registry "HanyoDenshi\\.HG-0$"
1186                min-code    ,(+ (lsh #x6400 16) (* 94 94 7))
1187                max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 8)))
1188                code-offset ,(+ (lsh #x6400 16) (* 94 94 7))))
1189   (make-charset
1190    '=hanyo-denshi/ip
1191    "IP (for IPA) part of Han'you-Denshi characters"
1192    `(long-name "Han'you-Denshi/IP"
1193                chars 256
1194                dimension 2
1195                columns 2
1196                graphic 2
1197                direction l2r
1198                registry "HanyoDenshi\\.IP-0$"
1199                min-code    ,(+ (lsh #x6402 16) #x4E00)
1200                max-code    ,(+ (lsh #x6402 16) #x9FFF)
1201                code-offset ,(+ (lsh #x6402 16))))
1202   (make-charset
1203    '=hanyo-denshi/jt
1204    "JT (Juuki Touitsu Moji) part of Han'you-Denshi characters"
1205    `(long-name "Han'you-Denshi/JT"
1206                chars 256
1207                dimension 2
1208                columns 2
1209                graphic 2
1210                direction l2r
1211                registry "HanyoDenshi\\.JT-0$"
1212                min-code    ,(+ (lsh #x6402 16) #xAC00)
1213                max-code    ,(+ (lsh #x6402 16) #xD7AF)
1214                code-offset ,(+ (lsh #x6402 16))))
1215   (make-charset
1216    '=hanyo-denshi/ks
1217    "KS (KoSeki) part of Han'you-Denshi characters"
1218    `(long-name "Han'you-Denshi/KS font encoding"
1219                chars 256
1220                dimension 3
1221                columns 2
1222                graphic 2
1223                direction l2r))
1224   (make-charset
1225    '=hanyo-denshi/ks/mf
1226    "font encoding for KS (KoSeki) characters"
1227    `(long-name "Han'you-Denshi/KS font encoding"
1228                chars 256
1229                dimension 2
1230                columns 2
1231                graphic 2
1232                direction l2r
1233                registry "HanyoDenshi\\.KSMF-0$"
1234                min-code       ,(lsh #x6403 16)
1235                max-code    ,(+ (lsh #x6403 16) #xFFFF)
1236                code-offset    ,(lsh #x6403 16)))
1237
1238   (make-charset
1239    '=>>>hanyo-denshi/ja
1240    "Han'you-Denshi/JA abstract glyph-forms"
1241    '(long-name "Han'you-Denshi/JA glyph-forms"
1242                chars 94
1243                dimension 2
1244                columns 2
1245                graphic 2
1246                direction l2r
1247                registry "HanyoDenshi\\.JA-0$"
1248                mother =hanyo-denshi/ja))
1249   (make-charset
1250    '=>>>hanyo-denshi/jb
1251    "Han'you-Denshi/JB abstract glyph-forms"
1252    '(long-name "Han'you-Denshi/JB glyph-forms"
1253                chars 94
1254                dimension 2
1255                columns 2
1256                graphic 2
1257                direction l2r
1258                registry "HanyoDenshi\\.JB-0$"
1259                mother =hanyo-denshi/jb))
1260   (make-charset
1261    '=>>>hanyo-denshi/jc
1262    "Han'you-Denshi/JC abstract glyph-forms"
1263    '(long-name "Han'you-Denshi/JC glyph-forms"
1264                chars 94
1265                dimension 2
1266                columns 2
1267                graphic 2
1268                direction l2r
1269                registry "HanyoDenshi\\.JC-0$"
1270                mother =hanyo-denshi/jc))
1271   (make-charset
1272    '=>>>hanyo-denshi/jd
1273    "Han'you-Denshi/JD abstract glyph-forms"
1274    '(long-name "Han'you-Denshi/JD glyph-forms"
1275                chars 94
1276                dimension 2
1277                columns 2
1278                graphic 2
1279                direction l2r
1280                registry "HanyoDenshi\\.JD-0$"
1281                mother =hanyo-denshi/jd))
1282   (make-charset
1283    '=>>>hanyo-denshi/ft
1284    "Han'you-Denshi/FT abstract glyph-forms"
1285    '(long-name "Han'you-Denshi/FT glyph-forms"
1286                chars 94
1287                dimension 2
1288                columns 2
1289                graphic 2
1290                direction l2r
1291                registry "HanyoDenshi\\.FT-0$"
1292                mother =hanyo-denshi/ft))
1293   (make-charset
1294    '=>>>hanyo-denshi/ib
1295    "Han'you-Denshi/IB abstract glyph-forms"
1296    '(long-name "Han'you-Denshi/IB glyph-forms"
1297                chars 94
1298                dimension 2
1299                columns 2
1300                graphic 2
1301                direction l2r
1302                registry "HanyoDenshi\\.IB-0$"
1303                mother =hanyo-denshi/ib))
1304   (make-charset
1305    '=>>>hanyo-denshi/hg
1306    "Han'you-Denshi/HG abstract glyph-forms"
1307    '(long-name "Han'you-Denshi/HG glyph-forms"
1308                chars 94
1309                dimension 2
1310                columns 2
1311                graphic 2
1312                direction l2r
1313                registry "HanyoDenshi\\.HG-0$"
1314                mother =hanyo-denshi/hg))
1315   (make-charset
1316    '=>>>hanyo-denshi/jt
1317    "JT (Juuki Touitsu Moji) abstract glyph-forms"
1318    '(long-name "Han'you-Denshi/JT glyph-forms"
1319                chars 256
1320                dimension 2
1321                columns 2
1322                graphic 2
1323                direction l2r
1324                registry "HanyoDenshi\\.JT-0$"
1325                mother =hanyo-denshi/jt))
1326   (make-charset
1327    '=>>>hanyo-denshi/ks
1328    "KoSeki-touitsu-moji abstract glyph-forms"
1329    '(long-name "Han'you-Denshi/KS glyph-forms"
1330                chars 256
1331                dimension 3
1332                columns 2
1333                graphic 2
1334                direction l2r
1335                mother =hanyo-denshi/ks))
1336
1337   (make-charset
1338    '=>>hanyo-denshi/ja
1339    "Han'you-Denshi/JA abstract glyphs"
1340    '(long-name "Han'you-Denshi/JA glyphs"
1341                chars 94
1342                dimension 2
1343                columns 2
1344                graphic 2
1345                direction l2r
1346                registry "HanyoDenshi\\.JA-0$"
1347                mother =>>>hanyo-denshi/ja))
1348   (make-charset
1349    '=>>hanyo-denshi/jb
1350    "Han'you-Denshi/JB abstract glyphs"
1351    '(long-name "Han'you-Denshi/JB glyphs"
1352                chars 94
1353                dimension 2
1354                columns 2
1355                graphic 2
1356                direction l2r
1357                registry "HanyoDenshi\\.JB-0$"
1358                mother =>>>hanyo-denshi/jb))
1359   (make-charset
1360    '=>>hanyo-denshi/jc
1361    "Han'you-Denshi/JC abstract glyphs"
1362    '(long-name "Han'you-Denshi/JC glyphs"
1363                chars 94
1364                dimension 2
1365                columns 2
1366                graphic 2
1367                direction l2r
1368                registry "HanyoDenshi\\.JC-0$"
1369                mother =>>>hanyo-denshi/jc))
1370   (make-charset
1371    '=>>hanyo-denshi/jd
1372    "Han'you-Denshi/JD abstract glyphs"
1373    '(long-name "Han'you-Denshi/JD glyphs"
1374                chars 94
1375                dimension 2
1376                columns 2
1377                graphic 2
1378                direction l2r
1379                registry "HanyoDenshi\\.JD-0$"
1380                mother =>>>hanyo-denshi/jd))
1381   (make-charset
1382    '=>>hanyo-denshi/ft
1383    "Han'you-Denshi/FT abstract glyphs"
1384    '(long-name "Han'you-Denshi/FT glyphs"
1385                chars 94
1386                dimension 2
1387                columns 2
1388                graphic 2
1389                direction l2r
1390                registry "HanyoDenshi\\.FT-0$"
1391                mother =>>>hanyo-denshi/ft))
1392   (make-charset
1393    '=>>hanyo-denshi/ia
1394    "Han'you-Denshi/IA abstract glyphs"
1395    '(long-name "Han'you-Denshi/IA glyphs"
1396                chars 94
1397                dimension 2
1398                columns 2
1399                graphic 2
1400                direction l2r
1401                registry "HanyoDenshi\\.IA-0$"
1402                mother =hanyo-denshi/ia))
1403   (make-charset
1404    '=>>hanyo-denshi/ib
1405    "Han'you-Denshi/IB abstract glyphs"
1406    '(long-name "Han'you-Denshi/IB abstract glyphs"
1407                chars 94
1408                dimension 2
1409                columns 2
1410                graphic 2
1411                direction l2r
1412                registry "HanyoDenshi\\.IB-0$"
1413                mother =>>>hanyo-denshi/ib))
1414   (make-charset
1415    '=>>hanyo-denshi/hg
1416    "Han'you-Denshi/HG abstract glyphs"
1417    '(long-name "Han'you-Denshi/HG abstract glyphs"
1418                chars 94
1419                dimension 2
1420                columns 2
1421                graphic 2
1422                direction l2r
1423                registry "HanyoDenshi\\.HG-0$"
1424                mother =>>>hanyo-denshi/hg))
1425   (make-charset
1426    '=>>hanyo-denshi/ip
1427    "Han'you-Denshi/IP abstract glyphs"
1428    '(long-name "Han'you-Denshi/IP abstract glyphs"
1429                chars 256
1430                dimension 2
1431                columns 2
1432                graphic 2
1433                direction l2r
1434                registry "HanyoDenshi\\.IP-0$"
1435                mother =hanyo-denshi/ip))
1436   (make-charset
1437    '=>>hanyo-denshi/jt
1438    "JT (Juuki Touitsu Moji) abstract glyphs"
1439    '(long-name "Han'you-Denshi/JT glyphs"
1440                chars 256
1441                dimension 2
1442                columns 2
1443                graphic 2
1444                direction l2r
1445                registry "HanyoDenshi\\.JT-0$"
1446                mother =>>>hanyo-denshi/jt))
1447   (make-charset
1448    '=>>hanyo-denshi/ks
1449    "Han'you-Denshi/KS abstract glyphs"
1450    '(long-name "Han'you-Denshi/KS glyphs"
1451                chars 256
1452                dimension 3
1453                columns 2
1454                graphic 2
1455                direction l2r
1456                mother =>>>hanyo-denshi/ks))
1457
1458   (make-charset '=gt
1459                 "GT 2000"
1460                 `(long-name     "GT"
1461                   chars         256
1462                   dimension     3
1463                   columns       2
1464                   graphic       2
1465                   direction     l2r
1466                   registry      ""
1467                   min-code      ,(lsh #x6100 16)
1468                   max-code      ,(+ (lsh #x6100 16) 67547)
1469                   code-offset   ,(lsh #x6100 16)))
1470   (define-charset-alias 'ideograph-gt '=gt)
1471   (make-charset '=>>>gt
1472                 "GT 2000 abstract glyph-forms"
1473                 '(long-name     "GT abstract glyph-forms"
1474                   chars         256
1475                   dimension     3
1476                   columns       2
1477                   graphic       2
1478                   direction     l2r
1479                   mother        =gt))
1480   (make-charset '=>>gt
1481                 "GT 2000 abstract glyphs"
1482                 '(long-name     "GT abstract glyphs"
1483                   chars         256
1484                   dimension     3
1485                   columns       2
1486                   graphic       2
1487                   direction     l2r
1488                   mother        =>>>gt))
1489   (define-charset-alias '<=>gt '=>>gt)
1490   (define-charset-alias '<==>gt '=>>gt)
1491   (make-charset '=+>gt
1492                 "GT 2000 unified abstract glyphs"
1493                 '(long-name     "Unified abstract GT glyphs"
1494                   chars         256
1495                   dimension     3
1496                   columns       2
1497                   graphic       2
1498                   direction     l2r
1499                   mother        =>>gt))
1500   (make-charset '=>gt
1501                 "GT 2000 abstract characters"
1502                 '(long-name     "abstract GT characters"
1503                   chars         256
1504                   dimension     3
1505                   columns       2
1506                   graphic       2
1507                   direction     l2r
1508                   mother        =+>gt))
1509   (make-charset '=gt-k
1510                 "Ideographic components of GT"
1511                 `(long-name     "GT components"
1512                   chars         256
1513                   dimension     2
1514                   columns       2
1515                   graphic       2
1516                   direction     l2r
1517                   registry      ""
1518                   min-code      ,(lsh #x6110 16)
1519                   max-code      ,(+ (lsh #x6110 16) 17090)
1520                   code-offset   ,(lsh #x6110 16)))
1521   (define-charset-alias 'ideograph-gt-k '=gt-k)
1522   (make-charset '=>>gt-k
1523                 "abstract glyphs of GT-K"
1524                 '(long-name     "GT-K abstract glyphs"
1525                   chars         256
1526                   dimension     2
1527                   columns       2
1528                   graphic       2
1529                   direction     l2r
1530                   mother        =gt-k))
1531   (make-charset '=>gt-k
1532                 "GT-K abstract characters"
1533                 '(long-name     "GT-K abstract characters"
1534                   chars         256
1535                   dimension     2
1536                   columns       2
1537                   graphic       2
1538                   direction     l2r
1539                   mother        =>>gt-k))
1540   (let ((i 1))
1541     (while (<= i 11)
1542       (make-charset
1543        (intern (format "=gt-pj-%d" i))
1544        (format "GT 2000 (pseudo JIS encoding) part %d" i)
1545        `(long-name ,(format "GT PJ %d" i)
1546                    chars 94
1547                    dimension 2
1548                    columns 2
1549                    graphic 0
1550                    direction l2r
1551                    registry ,(format "\\(GTpj-%d\\|jisx0208\\.GT-%d\\)$" i i)))
1552       (define-charset-alias
1553         (intern (format "ideograph-gt-pj-%d" i))
1554         (intern (format "=gt-pj-%d" i)))
1555       (setq i (1+ i))))
1556   (make-charset
1557    '=gt-pj-k1
1558    "Ideographic parts of GT (pseudo JIS encoding) part 1"
1559    '(long-name "GT K1"
1560                chars 94
1561                dimension 2
1562                columns 2
1563                graphic 0
1564                direction l2r
1565                registry "\\(GTKpj-1\\|jisx0208\\.GTK-1\\)$"))
1566   (define-charset-alias 'ideograph-gt-pj-k1 '=gt-pj-k1)
1567   (make-charset
1568    '=gt-pj-k2
1569    "Ideographic parts of GT (pseudo JIS encoding) part 2"
1570    '(long-name "GT K2"
1571                chars 94
1572                dimension 2
1573                columns 2
1574                graphic 0
1575                direction l2r
1576                registry "\\(GTKpj-2\\|jisx0208\\.GTK-2\\)$"))
1577   (define-charset-alias 'ideograph-gt-pj-k2 '=gt-pj-k2)
1578
1579   (make-charset '=daikanwa
1580                 "Daikanwa dictionary (unchanged part)"
1581                 `(long-name     "Daikanwa"
1582                   chars         256
1583                   dimension     2
1584                   columns       2
1585                   graphic       2
1586                   direction     l2r
1587                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
1588                   min-code      #xE00000
1589                   max-code      ,(+ #xE00000 50100)
1590                   code-offset   #xE00000))
1591   (define-charset-alias 'ideograph-daikanwa '=daikanwa)
1592
1593   (make-charset '=daikanwa@rev1
1594                 "Daikanwa dictionary (revised version)"
1595                 '(long-name     "Daikanwa Rev."
1596                   chars         256
1597                   dimension     2
1598                   columns       2
1599                   graphic       2
1600                   direction     l2r
1601                   registry      "Daikanwa\\(\\.[0-9]+\\)?-2"
1602                   mother        =daikanwa))
1603   (define-charset-alias 'ideograph-daikanwa-2 '=daikanwa@rev1)
1604   (define-charset-alias '=daikanwa-rev1 '=daikanwa@rev1)
1605
1606   (make-charset '=daikanwa@rev2
1607                 "Daikanwa dictionary (revised version 2)"
1608                 '(long-name     "Daikanwa"
1609                   chars         256
1610                   dimension     2
1611                   columns       2
1612                   graphic       2
1613                   direction     l2r
1614                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
1615                   mother        =daikanwa
1616                   min-code      1
1617                   max-code      49964))
1618   (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2)
1619
1620   (make-charset '=daikanwa/+p
1621                 "Daikanwa dictionary (ddddd')"
1622                 '(long-name     "Daikanwa ddddd'"
1623                   chars         256
1624                   dimension     2
1625                   columns       2
1626                   graphic       2
1627                   direction     l2r))
1628   (make-charset '=daikanwa/+2p
1629                 "Daikanwa dictionary (ddddd'')"
1630                 '(long-name     "Daikanwa ddddd''"
1631                   chars         256
1632                   dimension     2
1633                   columns       2
1634                   graphic       2
1635                   direction     l2r))
1636   (make-charset '=daikanwa/ho
1637                 "Daikanwa dictionary (Hokan)"
1638                 '(long-name     "Daikanwa-ho"
1639                   chars         256
1640                   dimension     2
1641                   columns       2
1642                   graphic       2
1643                   direction     l2r))
1644
1645   (make-charset '=>>daikanwa
1646                 "Daikanwa abstract glyphs"
1647                 '(long-name     "Daikanwa glyphs"
1648                   chars         256
1649                   dimension     2
1650                   columns       2
1651                   graphic       2
1652                   direction     l2r
1653                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
1654                   mother        =daikanwa))
1655   (make-charset '=>>daikanwa/+p
1656                 "Daikanwa abstract glyphs (ddddd')"
1657                 '(long-name     "Daikanwa glyphs (ddddd')"
1658                   chars         256
1659                   dimension     2
1660                   columns       2
1661                   graphic       2
1662                   direction     l2r
1663                   mother        =daikanwa/+p))
1664   (make-charset '=>>daikanwa/+2p
1665                 "Daikanwa abstract glyphs (ddddd'')"
1666                 '(long-name     "Daikanwa glyphs (ddddd'')"
1667                   chars         256
1668                   dimension     2
1669                   columns       2
1670                   graphic       2
1671                   direction     l2r
1672                   mother        =daikanwa/+2p))
1673   (make-charset '=>>daikanwa/ho
1674                 "Daikanwa abstract glyphs (Hokan)"
1675                 '(long-name     "Daikanwa-ho glyph"
1676                   chars         256
1677                   dimension     2
1678                   columns       2
1679                   graphic       2
1680                   direction     l2r
1681                   mother        =daikanwa/ho))
1682
1683   (make-charset '=>daikanwa
1684                 "Daikanwa abstract characters"
1685                 '(long-name     "abstract Daikanwa"
1686                   chars         256
1687                   dimension     2
1688                   columns       2
1689                   graphic       2
1690                   direction     l2r
1691                   registry      "Daikanwa\\(\\.[0-9]+\\)?-3"
1692                   mother        =>>daikanwa))
1693   (make-charset '=>daikanwa/ho
1694                 "Daikanwa abstract characters (Hokan)"
1695                 '(long-name     "abstract Daikanwa-ho"
1696                   chars         256
1697                   dimension     2
1698                   columns       2
1699                   graphic       2
1700                   direction     l2r
1701                   mother        =>>daikanwa/ho))
1702
1703   (make-charset '=shinjigen
1704                 "Kadokawa ShinJigen dictionary (common parts)"
1705                 `(long-name     "Shinjigen common parts"
1706                   chars         256
1707                   dimension     2
1708                   columns       2
1709                   graphic       2
1710                   direction     l2r
1711                   registry      "Shinjigen\\(\\.[0-9]+\\)?-*"))
1712
1713   (make-charset '=shinjigen@1ed
1714                 "Kadokawa ShinJigen dictionary (the first edition)"
1715                 `(long-name     "Shinjigen-1"
1716                   chars         256
1717                   dimension     2
1718                   columns       2
1719                   graphic       2
1720                   direction     l2r
1721                   mother        =shinjigen
1722                   registry      "Shinjigen\\(\\.[0-9]+\\)?-1"))
1723   (define-charset-alias 'shinjigen-1 '=shinjigen@1ed)
1724
1725   (make-charset '=shinjigen@1ed/24pr
1726                 "Kadokawa ShinJigen dictionary (the 24th impression)"
1727                 `(long-name     "Shinjigen-1 24pr"
1728                   chars         256
1729                   dimension     2
1730                   columns       2
1731                   graphic       2
1732                   direction     l2r
1733                   mother        =shinjigen@1ed))
1734
1735   (make-charset '=shinjigen@rev
1736                 "Kadokawa ShinJigen dictionary (the revised edition)"
1737                 `(long-name     "Shinjigen-2"
1738                   chars         256
1739                   dimension     2
1740                   columns       2
1741                   graphic       2
1742                   direction     l2r
1743                   mother        =shinjigen
1744                   registry      "Shinjigen\\(\\.[0-9]+\\)?-2"))
1745   (define-charset-alias 'shinjigen-2 '=shinjigen@rev)
1746   (make-charset '=shinjigen/+p@rev
1747                 "ShinJigen (the second edition) number with '"
1748                 `(long-name     "Shinjigen-2 with '"
1749                   chars         256
1750                   dimension     2
1751                   columns       2
1752                   graphic       2
1753                   direction     l2r))
1754   (define-charset-alias 'shinjigen-2-p '=shinjigen/+p@rev)
1755
1756   (make-charset '=big5-pua
1757                 "Big5 with private used area"
1758                 '(long-name     "Big5-PUA"
1759                   chars         256
1760                   dimension     2
1761                   columns       2
1762                   graphic       2
1763                   direction     l2r
1764                   mother        chinese-big5
1765                   registry      "Big5\\.ETEN"))
1766   (define-charset-alias 'chinese-big5-pua '=big5-pua)
1767
1768   (let* ((i 1)
1769          (hzk-min (+ (lsh #x6200 16) 65536))
1770          (hzk-max (+ hzk-min 65535)))
1771     (while (<= i 12)
1772       (make-charset
1773        (intern (format "=hanziku-%d" i))
1774        (format "HANZIKU (pseudo BIG5 encoding) part %d" i)
1775        `(long-name ,(format "HANZIKU-%d" i)
1776                    chars 256
1777                    dimension 2
1778                    columns 2
1779                    graphic 2
1780                    direction l2r
1781                    registry ,(format "hanziku-%d$" i i)
1782                    min-code ,hzk-min
1783                    max-code ,hzk-max
1784                    code-offset ,hzk-min))
1785       (define-charset-alias
1786         (intern (format "ideograph-hanziku-%d" i))
1787         (intern (format "=hanziku-%d" i)))
1788       (setq hzk-min (1+ hzk-max)
1789             hzk-max (+ hzk-min 65535))
1790       (setq i (1+ i))))
1791
1792   (make-charset '=cbeta "CBETA private characters"
1793                 '(long-name     "CBETA PUA"
1794                   chars         256
1795                   dimension     2
1796                   registry      "cbeta-0"
1797                   graphic       2
1798                   min-code      #xE20000
1799                   max-code      #xE2FFFF
1800                   code-offset   #xE20000
1801                   columns       2
1802                   direction     l2r))
1803   (define-charset-alias 'ideograph-cbeta '=cbeta)
1804
1805   (make-charset '=>>cbeta "CBETA abstract glyphs"
1806                 '(long-name     "CBETA glyphs"
1807                   chars         256
1808                   dimension     2
1809                   registry      "cbeta-0"
1810                   graphic       2
1811                   columns       2
1812                   direction     l2r
1813                   mother        =cbeta))
1814
1815   (make-charset '=zinbun-oracle
1816                 "Oracle Bones Script"
1817                 `(long-name     "Oracle Bones Script in Zinbun, Kyoto Univ."
1818                   chars         256
1819                   dimension     2
1820                   registry      "zob1968-0"
1821                   graphic       2
1822                   min-code      #xE70000
1823                   max-code      ,(+ #xE70000 8192)
1824                   code-offset   #xE70000
1825                   columns       2
1826                   direction     l2r))
1827
1828   (make-charset '=>zinbun-oracle
1829                 "Abstract Oracle Bones"
1830                 '(long-name     "Abstract characters of Zinbun Oracle Bones."
1831                   chars         256
1832                   dimension     2
1833                   mother        =zinbun-oracle
1834                   registry      "zob1968-0"
1835                   graphic       2
1836                   columns       2
1837                   direction     l2r))
1838
1839   (make-charset '=jef-china3
1840                 "JEF + CHINA3 private characters"
1841                 '(long-name     "JEF + CHINA3"
1842                   chars         256
1843                   dimension     2
1844                   columns       2
1845                   graphic       2
1846                   direction     l2r
1847                   registry      "china3jef-0"
1848                   min-code      #xE80000
1849                   max-code      #xE8FFFF
1850                   code-offset   #xE80000))
1851   (define-charset-alias 'china3-jef '=jef-china3)
1852
1853   (make-charset '=ruimoku-v6
1854                 "private characters used in RUIMOKU Version.6"
1855                 `(long-name     "RUI6"
1856                   chars         256
1857                   dimension     2
1858                   columns       2
1859                   graphic       2
1860                   direction     l2r
1861                   registry      "rui6-0"
1862                   ;; mother     ucs
1863                   min-code      #xE90000 ; #xE000
1864                   max-code      #xE908FF ; #xE8FF
1865                   code-offset   ,(- #xE90000 #xE000)))
1866   (make-charset '=>>ruimoku-v6
1867                 "RUIMOKU Version.6 glyphs"
1868                 '(long-name     "RUI6 glyphs"
1869                   chars         256
1870                   dimension     2
1871                   columns       2
1872                   graphic       2
1873                   direction     l2r
1874                   registry      "rui6-0"
1875                   mother        =ruimoku-v6))
1876
1877   (make-charset '==>ucs@bucs
1878                 "Basic Subset of Coded Character Sets (BUCS)"
1879                 '(long-name     "BUCS abstract characters"
1880                   chars         256
1881                   dimension     3
1882                   columns       2
1883                   graphic       2
1884                   direction     l2r
1885                   =>iso-ir      177
1886                   mother        =ucs))
1887
1888   (make-charset '=>ucs@iso
1889                 "Abstract characters of ISO/IEC 10646 representatives"
1890                 '(long-name     "UCS characters for ISO"
1891                   chars         256
1892                   dimension     3
1893                   columns       2
1894                   graphic       2
1895                   direction     l2r
1896                   =>iso-ir      177
1897                   mother        =ucs))
1898   (make-charset '=>ucs@unicode
1899                 "Abstract characters of Unicode representatives"
1900                 '(long-name     "UCS characters for Unicode"
1901                   chars         256
1902                   dimension     3
1903                   columns       2
1904                   graphic       2
1905                   direction     l2r
1906                   =>iso-ir      177
1907                   mother        =>ucs@iso))
1908   (make-charset '=>ucs@jis
1909                 "UCS representative characters for JIS X0208/0212/0213"
1910                 '(long-name     "UCS characters for JIS"
1911                   chars         256
1912                   dimension     3
1913                   columns       2
1914                   graphic       2
1915                   direction     l2r
1916                   =>iso-ir      177
1917                   mother        =>ucs@unicode))
1918   (make-charset '=>ucs@ks
1919                 "UCS representative characters for Korean Standards"
1920                 '(long-name     "UCS characters for KS"
1921                   chars         256
1922                   dimension     3
1923                   columns       2
1924                   graphic       2
1925                   direction     l2r
1926                   =>iso-ir      177
1927                   mother        =>ucs@unicode))
1928   (make-charset '=>ucs@cns
1929                 "UCS representatives characters for CNS 11643 sources"
1930                 '(long-name     "UCS characters for CNS 11643"
1931                   chars         256
1932                   dimension     3
1933                   columns       2
1934                   graphic       2
1935                   direction     l2r
1936                   =>iso-ir      177
1937                   mother        =>ucs@unicode))
1938
1939   (make-charset '=+>ucs@iso
1940                 "UCS based on ISO/IEC 10646 representative glyphs"
1941                 '(long-name     "Unified abstract glyphs of UCS"
1942                   chars         256
1943                   dimension     3
1944                   columns       2
1945                   graphic       2
1946                   direction     l2r
1947                   =>iso-ir      177
1948                   mother        =>ucs@iso))
1949   (make-charset '=+>ucs@unicode
1950                 "Unicode representative unified abstract glyphs"
1951                 '(long-name     "UCS unified abstract glyphs for Unicode"
1952                   chars         256
1953                   dimension     3
1954                   columns       2
1955                   graphic       2
1956                   direction     l2r
1957                   =>iso-ir      177
1958                   mother        =+>ucs@iso))
1959   (make-charset '=+>ucs@jis
1960                 "UCS based on Japanese usual unification"
1961                 '(long-name     "UCS unified abstract glyphs for JP"
1962                   chars         256
1963                   dimension     3
1964                   columns       2
1965                   graphic       2
1966                   direction     l2r
1967                   =>iso-ir      177
1968                   mother        =+>ucs@unicode))
1969   (define-charset-alias '=>ucs@JP '=+>ucs@jis)
1970   (make-charset '=+>ucs@jis/1990
1971                 "UCS representative characters for JIS X0208/0212:1990"
1972                 '(long-name     "UCS characters for JIS:1990"
1973                   chars         256
1974                   dimension     3
1975                   columns       2
1976                   graphic       2
1977                   direction     l2r
1978                   =>iso-ir      177
1979                   mother        =+>ucs@jis))
1980   (define-charset-alias '=>ucs@jis/1990 '=+>ucs@jis/1990)
1981   (make-charset '=+>ucs@jis/2004
1982                 "UCS representative characters for JIS X 0213:2004"
1983                 '(long-name     "UCS characters for JIS:2004"
1984                   chars         256
1985                   dimension     3
1986                   columns       2
1987                   graphic       2
1988                   direction     l2r
1989                   =>iso-ir      177
1990                   mother        =+>ucs@jis))
1991   (make-charset '=+>ucs@ks
1992                 "UCS representative unified abstract glyphs for Korean Standards"
1993                 '(long-name     "UCS unified abstract glyphs for KS"
1994                   chars         256
1995                   dimension     3
1996                   columns       2
1997                   graphic       2
1998                   direction     l2r
1999                   =>iso-ir      177
2000                   mother        =+>ucs@unicode))
2001   (make-charset '=+>ucs@cns
2002                 "UCS representatives unified abstract glyphs for CNS 11643 sources"
2003                 '(long-name     "UCS unified abstract glyphs for CNS"
2004                   chars         256
2005                   dimension     3
2006                   columns       2
2007                   graphic       2
2008                   direction     l2r
2009                   =>iso-ir      177
2010                   mother        =+>ucs@unicode))
2011
2012   (make-charset '=>>ucs@iso
2013                 "Representative abstract-glyphs of ISO/IEC 10646"
2014                 '(long-name     "UCS abstract glyphs for UCS"
2015                   chars         256
2016                   dimension     3
2017                   columns       2
2018                   graphic       2
2019                   direction     l2r
2020                   =>iso-ir      177
2021                   mother        =+>ucs@iso))
2022   (make-charset '=>>ucs@unicode
2023                 "Representative abstract-glyphs of Unicode"
2024                 '(long-name     "Unicode abstract glyphs"
2025                   chars         256
2026                   dimension     3
2027                   columns       2
2028                   graphic       2
2029                   direction     l2r
2030                   =>iso-ir      177
2031                   mother        =>>ucs@iso))
2032   (make-charset '=>>ucs@jis
2033                 "UCS Representative abstract-glyphs for JIS X0208/0212/0213"
2034                 '(long-name     "UCS abstract glyphs for JIS"
2035                   chars         256
2036                   dimension     3
2037                   columns       2
2038                   graphic       2
2039                   direction     l2r
2040                   =>iso-ir      177
2041                   mother        =>>ucs@unicode))
2042   (make-charset '=>>ucs@jis/1990
2043                 "UCS Representative glyphs for JIS X 0208/0212:1990"
2044                 '(long-name     "UCS glyphs for JIS:1990"
2045                   chars         256
2046                   dimension     3
2047                   columns       2
2048                   graphic       2
2049                   direction     l2r
2050                   =>iso-ir      177
2051                   mother        =>>ucs@jis))
2052   (make-charset '=>>ucs@jis/2000
2053                 "UCS Representative glyphs for JIS X 0213:2000"
2054                 '(long-name     "UCS glyphs for JIS:2000"
2055                   chars         256
2056                   dimension     3
2057                   columns       2
2058                   graphic       2
2059                   direction     l2r
2060                   =>iso-ir      177
2061                   mother        =>>ucs@jis))
2062   (make-charset '=>>ucs@jis/2004
2063                 "UCS Representative glyphs for JIS X 0213:2004"
2064                 '(long-name     "UCS glyphs for JIS:2004"
2065                   chars         256
2066                   dimension     3
2067                   columns       2
2068                   graphic       2
2069                   direction     l2r
2070                   =>iso-ir      177
2071                   mother        =>>ucs@jis))
2072   (make-charset '=>>ucs@JP
2073                 "UCS abstract-glyphs based on Japanese style glyphs"
2074                 '(long-name     "UCS glyphs for JP"
2075                   chars         256
2076                   dimension     3
2077                   columns       2
2078                   graphic       2
2079                   direction     l2r
2080                   =>iso-ir      177
2081                   mother        =>>ucs@jis/2004))
2082   (make-charset '=>>ucs@ks
2083                 "UCS Representative glyphs for Korean Standards"
2084                 '(long-name     "UCS glyphs for KS"
2085                   chars         256
2086                   dimension     3
2087                   columns       2
2088                   graphic       2
2089                   direction     l2r
2090                   =>iso-ir      177
2091                   mother        =>>ucs@unicode))
2092   (make-charset '=>>ucs@cns
2093                 "UCS Representative glyphs for CNS 11643 sources"
2094                 '(long-name     "UCS glyphs for CNS"
2095                   chars         256
2096                   dimension     3
2097                   columns       2
2098                   graphic       2
2099                   direction     l2r
2100                   =>iso-ir      177
2101                   mother        =>>ucs@unicode))
2102
2103   (make-charset '=>>>ucs@iso
2104                 "Representative glyph-forms of ISO/IEC 10646"
2105                 '(long-name     "UCS glyph-forms for UCS"
2106                   chars         256
2107                   dimension     3
2108                   columns       2
2109                   graphic       2
2110                   direction     l2r
2111                   =>iso-ir      177
2112                   mother        =>>ucs@iso))
2113   (make-charset '=>>>ucs@unicode
2114                 "Representative glyph-forms of Unicode"
2115                 '(long-name     "UCS glyph-forms for Unicode"
2116                   chars         256
2117                   dimension     3
2118                   columns       2
2119                   graphic       2
2120                   direction     l2r
2121                   =>iso-ir      177
2122                   mother        =>>>ucs@iso))
2123   (make-charset '=>>>ucs@jis
2124                 "UCS Representative glyph-forms for JIS X0208/0212/0213"
2125                 '(long-name     "UCS glyph-forms for JIS"
2126                   chars         256
2127                   dimension     3
2128                   columns       2
2129                   graphic       2
2130                   direction     l2r
2131                   =>iso-ir      177
2132                   mother        =>>>ucs@unicode))
2133   (make-charset '=>>>ucs@jis/1990
2134                 "UCS Representative glyph-forms for JIS X 0208/0212:1990"
2135                 '(long-name     "UCS glyph-forms for JIS:1990"
2136                   chars         256
2137                   dimension     3
2138                   columns       2
2139                   graphic       2
2140                   direction     l2r
2141                   =>iso-ir      177
2142                   mother        =>>>ucs@jis))
2143   (make-charset '=>>>ucs@jis/2000
2144                 "UCS Representative glyph-forms for JIS X 0213:2000"
2145                 '(long-name     "UCS glyph-forms for JIS:2000"
2146                   chars         256
2147                   dimension     3
2148                   columns       2
2149                   graphic       2
2150                   direction     l2r
2151                   =>iso-ir      177
2152                   mother        =>>>ucs@jis))
2153   (make-charset '=>>>ucs@jis/2004
2154                 "UCS Representative glyph-forms for JIS X 0213:2004"
2155                 '(long-name     "UCS glyph-forms for JIS:2004"
2156                   chars         256
2157                   dimension     3
2158                   columns       2
2159                   graphic       2
2160                   direction     l2r
2161                   =>iso-ir      177
2162                   mother        =>>>ucs@jis))
2163   (make-charset '=>>>ucs@ks
2164                 "UCS Representative glyph-forms for Korean Standards"
2165                 '(long-name     "UCS glyph-forms for KS"
2166                   chars         256
2167                   dimension     3
2168                   columns       2
2169                   graphic       2
2170                   direction     l2r
2171                   =>iso-ir      177
2172                   mother        =>>>ucs@unicode))
2173   (make-charset '=>>>ucs@cns
2174                 "UCS Representative glyph-forms for CNS 11643 sources"
2175                 '(long-name     "UCS glyph-forms for CNS"
2176                   chars         256
2177                   dimension     3
2178                   columns       2
2179                   graphic       2
2180                   direction     l2r
2181                   =>iso-ir      177
2182                   mother        =>>>ucs@unicode))
2183
2184   (make-charset '=ucs@iso
2185                 "ISO/IEC 10646 for its representative glyphs"
2186                 '(long-name     "UCS for ISO"
2187                   chars         256
2188                   dimension     3
2189                   columns       2
2190                   graphic       2
2191                   direction     l2r
2192                   =>iso-ir      177
2193                   mother        =>>>ucs@iso))
2194   (make-charset '=ucs@unicode
2195                 "Unicode for its representative glyphs"
2196                 '(long-name     "UCS for Unicode"
2197                   chars         256
2198                   dimension     3
2199                   columns       2
2200                   graphic       2
2201                   direction     l2r
2202                   =>iso-ir      177
2203                   mother        =ucs@iso))
2204   (make-charset '=ucs@gb
2205                 "ISO/IEC 10646 for GB"
2206                 '(long-name     "UCS for GB"
2207                   chars         256
2208                   dimension     3
2209                   columns       2
2210                   graphic       2
2211                   direction     l2r
2212                   =>iso-ir      177
2213                   mother        =ucs@unicode))
2214   (define-charset-alias 'ucs-gb '=ucs@gb)
2215   (make-charset '=ucs@gb/fw
2216                 "ISO/IEC 10646 for GB with fullwidth"
2217                 '(long-name     "UCS for GB-fullwidth"
2218                   chars         256
2219                   dimension     3
2220                   columns       2
2221                   graphic       2
2222                   direction     l2r
2223                   =>iso-ir      177
2224                   mother        =ucs@gb))
2225   (make-charset '=ucs-bmp@gb
2226                 "ISO/IEC 10646 BMP for GB"
2227                 '(long-name     "BMP for GB"
2228                   chars         256
2229                   dimension     3
2230                   columns       2
2231                   graphic       2
2232                   direction     l2r
2233                   mother        =ucs@gb
2234                   min-code      #x0000
2235                   max-code      #xFFFF))
2236   (make-charset '=ucs@cns
2237                 "ISO/IEC 10646 for CNS 11643"
2238                 '(long-name     "UCS for CNS"
2239                   chars         256
2240                   dimension     3
2241                   columns       2
2242                   graphic       2
2243                   direction     l2r
2244                   =>iso-ir      177
2245                   mother        =ucs@unicode))
2246   (define-charset-alias 'ucs-cns '=ucs@cns)
2247   (make-charset '=ucs@cns/fw
2248                 "ISO/IEC 10646 for CNS 11643 with fullwidth"
2249                 '(long-name     "UCS for CNS-fullwidth"
2250                   chars         256
2251                   dimension     3
2252                   columns       2
2253                   graphic       2
2254                   direction     l2r
2255                   =>iso-ir      177
2256                   mother        =ucs@cns))
2257   (make-charset '=ucs-bmp@cns
2258                 "ISO/IEC 10646 BMP for CNS"
2259                 '(long-name     "BMP for CNS"
2260                   chars         256
2261                   dimension     3
2262                   columns       2
2263                   graphic       2
2264                   direction     l2r
2265                   mother        =ucs@cns
2266                   min-code      #x0000
2267                   max-code      #xFFFF))
2268   (make-charset '=ucs@jis
2269                 "ISO/IEC 10646 for JIS X0208/0212/0213"
2270                 '(long-name     "UCS for JIS"
2271                   chars         256
2272                   dimension     3
2273                   columns       2
2274                   graphic       2
2275                   direction     l2r
2276                   =>iso-ir      177
2277                   mother        =ucs@unicode))
2278   (define-charset-alias 'ucs-jis '=ucs@jis)
2279   (make-charset '=ucs@jis/fw
2280                 "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth"
2281                 '(long-name     "UCS for JIS-fullwidth"
2282                   chars         256
2283                   dimension     3
2284                   columns       2
2285                   graphic       2
2286                   direction     l2r
2287                   =>iso-ir      177
2288                   mother        =ucs@jis))
2289   (make-charset '=ucs-bmp@jis
2290                 "ISO/IEC 10646 BMP for JIS"
2291                 '(long-name     "BMP for JIS"
2292                   chars         256
2293                   dimension     3
2294                   columns       2
2295                   graphic       2
2296                   direction     l2r
2297                   mother        =ucs@jis
2298                   min-code      #x0000
2299                   max-code      #xFFFF))
2300   ;; (make-charset '=ucs@jis/1983
2301   ;;               "ISO/IEC 10646 for JIS X 0208:1983"
2302   ;;               '(long-name     "UCS for JIS:1983"
2303   ;;                 chars         256
2304   ;;                 dimension     3
2305   ;;                 columns       2
2306   ;;                 graphic       2
2307   ;;                 direction     l2r
2308   ;;                 =>iso-ir      177
2309   ;;                 mother        =ucs@jis))
2310   (make-charset '=ucs@jis/1990
2311                 "ISO/IEC 10646 for JIS X 0208/0212:1990"
2312                 '(long-name     "UCS for JIS:1990"
2313                   chars         256
2314                   dimension     3
2315                   columns       2
2316                   graphic       2
2317                   direction     l2r
2318                   =>iso-ir      177
2319                   mother        =ucs@jis))
2320   (define-charset-alias '=ucs@jis-1990 '=ucs@jis/1990)
2321   (define-charset-alias '=ucs-jis-1990 '=ucs@jis/1990)
2322   (make-charset '=ucs@jis/2000
2323                 "ISO/IEC 10646 for JIS X 0213:2000"
2324                 '(long-name     "UCS for JIS:2000"
2325                   chars         256
2326                   dimension     3
2327                   columns       2
2328                   graphic       2
2329                   direction     l2r
2330                   =>iso-ir      177
2331                   mother        =ucs@jis))
2332   (define-charset-alias '=ucs@jis-2000 '=ucs@jis/2000)
2333   (define-charset-alias '=ucs-jis-2000 '=ucs@jis/2000)
2334   (make-charset '=ucs@jis/2004
2335                 "ISO/IEC 10646 for JIS X 0213:2004"
2336                 '(long-name     "UCS for JIS:2004"
2337                   chars         256
2338                   dimension     3
2339                   columns       2
2340                   graphic       2
2341                   direction     l2r
2342                   =>iso-ir      177
2343                   mother        =ucs@jis))
2344   (make-charset '=ucs@JP
2345                 "UCS for common glyphs used in Japan"
2346                 '(long-name     "UCS for Japan"
2347                   chars         256
2348                   dimension     3
2349                   columns       2
2350                   graphic       2
2351                   direction     l2r
2352                   =>iso-ir      177
2353                   mother        =ucs@jis/2004))
2354   (define-charset-alias '=ucs@jp '=ucs@JP)
2355   (make-charset '=ucs@JP/hanazono
2356                 "Japanese glyph-images of Hanazono Mincho"
2357                 '(long-name     "UCS for Hana-Min"
2358                   chars         256
2359                   dimension     3
2360                   columns       2
2361                   graphic       2
2362                   direction     l2r
2363                   =>iso-ir      177
2364                   mother        =ucs@JP))
2365   (make-charset '=ucs@ks
2366                 "ISO/IEC 10646 for Korean Standards"
2367                 '(long-name     "UCS for KS"
2368                   chars         256
2369                   dimension     3
2370                   columns       2
2371                   graphic       2
2372                   direction     l2r
2373                   =>iso-ir      177
2374                   mother        =ucs@unicode))
2375   (define-charset-alias 'ucs-ks '=ucs@ks)
2376   (make-charset '=ucs-bmp@ks
2377                 "ISO/IEC 10646 BMP for KS"
2378                 '(long-name     "BMP for KS"
2379                   chars         256
2380                   dimension     3
2381                   columns       2
2382                   graphic       2
2383                   direction     l2r
2384                   mother        =ucs@ks
2385                   min-code      #x0000
2386                   max-code      #xFFFF))
2387   (make-charset '=ucs@cns11643
2388                 "ISO/IEC 10646 for CNS based on www.cns11643.gov.tw"
2389                 '(long-name     "UCS for CNS11643"
2390                   chars         256
2391                   dimension     3
2392                   columns       2
2393                   graphic       2
2394                   direction     l2r
2395                   =>iso-ir      177
2396                   mother        =ucs@cns))
2397   (make-charset '=ucs@big5
2398                 "ISO/IEC 10646 for Big5"
2399                 '(long-name     "UCS for Big5"
2400                   chars         256
2401                   dimension     3
2402                   columns       2
2403                   graphic       2
2404                   direction     l2r
2405                   =>iso-ir      177
2406                   mother        =>>ucs@cns))
2407   (define-charset-alias 'ucs-big5 '=ucs@big5)
2408   (make-charset '=ucs@big5/cns11643
2409                 "ISO/IEC 10646 for Big5 based on www.cns11643.gov.tw"
2410                 '(long-name     "UCS for Big5@CNS11643"
2411                   chars         256
2412                   dimension     3
2413                   columns       2
2414                   graphic       2
2415                   direction     l2r
2416                   =>iso-ir      177
2417                   mother        =ucs@big5))
2418
2419   (make-charset
2420    '=ucs-radicals
2421    "CJK Radicals of UCS"
2422    '(long-name "UCS-Radicals"
2423                chars 256
2424                dimension 2
2425                columns 2
2426                graphic 2
2427                direction l2r
2428                registry "-zhRadicals-.*-ucs-0"
2429                mother ucs-bmp
2430                min-code #x2E00 max-code #x2FFF))
2431   (make-charset
2432    '=ucs-radicals@unicode
2433    "CJK Radicals of UCS"
2434    '(long-name "UCS-Radicals"
2435                chars 256
2436                dimension 2
2437                columns 2
2438                graphic 2
2439                direction l2r
2440                registry "-zhRadicals-.*-ucs-0"
2441                mother =ucs@unicode
2442                min-code #x2E00 max-code #x2FFF))
2443   (make-charset
2444    '=ucs-hangul
2445    "Hangul Syllables of UCS"
2446    '(long-name "UCS-Hangul-Syllables"
2447                chars 256
2448                dimension 2
2449                columns 2
2450                graphic 2
2451                direction l2r
2452                registry "-Hangul-.*-ucs-0"
2453                mother =ucs
2454                min-code #xAC00 max-code #xD7AF))
2455   (make-charset
2456    '=ucs-bmp-cjk
2457    "CJK Characters in BMP of UCS"
2458    '(long-name "UCS-BMP-CJK"
2459                chars 256
2460                dimension 2
2461                columns 2
2462                graphic 2
2463                direction l2r
2464                registry "-zh-.*-ucs-0"
2465                mother ucs-bmp
2466                min-code #x2E00
2467                max-code #x9FA5
2468                ;; max-code #xA4CF
2469                ))
2470   (make-charset
2471    '=ucs-bmp-cjk@unicode
2472    "CJK Characters in BMP of Unicode"
2473    '(long-name "Unicode-BMP-CJK"
2474                chars 256
2475                dimension 2
2476                columns 2
2477                graphic 2
2478                direction l2r
2479                registry "-zh-.*-ucs-0"
2480                mother =ucs@unicode
2481                min-code #x2E00
2482                max-code #x9FA5
2483                ;; max-code #xA4CF
2484                ))
2485   (make-charset
2486    '=ucs-bmp-cjk@JP
2487    "CJK Characters in BMP with JIS representative glyphs"
2488    '(long-name "CJK in BMP@JP"
2489                chars 256
2490                dimension 2
2491                columns 2
2492                graphic 2
2493                direction l2r
2494                registry "-ja-.*-ucs-0"
2495                mother =ucs@JP
2496                min-code #x2E00
2497                max-code #x9FA5
2498                ;; max-code #xA4CF
2499                ))
2500   (make-charset
2501    '=ucs-bmp-cjk@JP/hanazono
2502    "CJK Characters in BMP with Hanazono font"
2503    '(long-name "CJK in BMP@JP/Hanazono"
2504                chars 256
2505                dimension 2
2506                columns 2
2507                graphic 2
2508                direction l2r
2509                registry "-ja-.*-ucs-0"
2510                mother =ucs@JP/hanazono
2511                min-code #x2E00
2512                max-code #x9FA5
2513                ;; max-code #xA4CF
2514                ))
2515   (make-charset
2516    '=+>ucs-bmp-cjk@unicode
2517    "Unicode representative characters of CJK Unified Ideographs in BMP"
2518    '(long-name "Unicode-BMP-CJK unified abstract glyphs"
2519                chars 256
2520                dimension 2
2521                columns 2
2522                graphic 2
2523                direction l2r
2524                registry "-zh-.*-ucs-0"
2525                mother =+>ucs@unicode
2526                min-code #x2E00
2527                max-code #x9FA5
2528                ;; max-code #xA4CF
2529                ))
2530   (make-charset
2531    '=>ucs-bmp-cjk@unicode
2532    "Unicode representative characters of CJK Unified Ideographs in BMP"
2533    '(long-name "Unicode-BMP-CJK"
2534                chars 256
2535                dimension 2
2536                columns 2
2537                graphic 2
2538                direction l2r
2539                registry "-zh-.*-ucs-0"
2540                mother =>ucs@unicode
2541                min-code #x2E00
2542                max-code #x9FA5
2543                ;; max-code #xA4CF
2544                ))
2545   (make-charset
2546    '==>ucs-bmp-cjk@bucs
2547    "CJK Characters in BMP of BUCS"
2548    '(long-name "BUCS-BMP-CJK"
2549                chars 256
2550                dimension 2
2551                columns 2
2552                graphic 2
2553                direction l2r
2554                registry "-zh-.*-ucs-0"
2555                mother ==>ucs@bucs
2556                min-code #x2E00
2557                max-code #x9FA5
2558                ;; max-code #xA4CF
2559                ))
2560   (make-charset
2561    '=ucs-bmp-cjk-compat
2562    "CJK Compatibility Ideographs in BMP of UCS"
2563    '(long-name "CJK Compatibility Ideographs"
2564                chars 256
2565                dimension 2
2566                columns 2
2567                graphic 2
2568                direction l2r
2569                registry "-ja-.*-ucs-0"
2570                mother ucs-bmp
2571                min-code #xF900
2572                max-code #xFAFF
2573                ))
2574   (make-charset
2575    '=ucs-bmp-cjk-compat@unicode
2576    "CJK Compatibility Ideographs of Unicode representatives"
2577    '(long-name "CJK Compatibility Ideographs of Unicode"
2578                chars 256
2579                dimension 2
2580                columns 2
2581                graphic 2
2582                direction l2r
2583                registry "-ja-.*-ucs-0"
2584                mother =ucs@unicode
2585                min-code #xF900
2586                max-code #xFAFF
2587                ))
2588   (make-charset
2589    '=ucs-sip-ext-b
2590    "CJK Ideographs Extension B"
2591    '(long-name "UCS CJK Ext-B"
2592                chars 256
2593                dimension 2
2594                columns 2
2595                graphic 2
2596                direction l2r
2597                registry "\\(iso10646\\|ucs02\\)-2$"
2598                mother ucs
2599                min-code #x20000 max-code #x2A6D6
2600                code-offset #x20000))
2601   (make-charset
2602    '=ucs-sip-ext-b@iso
2603    "CJK Ideographs Extension B (ISO/IEC 10646-2)"
2604    '(long-name "UCS CJK Ext-B"
2605                chars 256
2606                dimension 2
2607                columns 2
2608                graphic 2
2609                direction l2r
2610                registry "\\(iso10646\\|ucs02\\)-2$"
2611                mother =ucs@iso
2612                min-code #x20000 max-code #x2A6D6
2613                code-offset #x20000))
2614   )
2615
2616 ;;; mule-conf.el ends here