comparison lisp/international/mule-conf.el @ 88894:9eb791116de8

Unify these charses: korean-ksc5601, ipa, tibetan, ethiopic, japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1, japanese-jisx0213-2. (devanagari-glyph): New charset.
author Kenichi Handa <handa@m17n.org>
date Fri, 26 Jul 2002 04:03:27 +0000
parents 51f207284393
children 2ce9656d788b
comparison
equal deleted inserted replaced
88893:86354924a790 88894:9eb791116de8
790 :emacs-mule-id 225 790 :emacs-mule-id 225
791 :code-space [33 126] 791 :code-space [33 126]
792 :unify-map "is13194" 792 :unify-map "is13194"
793 :code-offset #x180000) 793 :code-offset #x180000)
794 794
795 (define-charset 'indian-glyph 795 (define-charset 'indian-glyph
796 "Glyphs for Indian characters." 796 "Glyphs for Indian characters."
797 :short-name "Indian glyph" 797 :short-name "Indian glyph"
798 :iso-final-char ?4 798 :iso-final-char ?4
799 :emacs-mule-id 240 799 :emacs-mule-id 240
800 :code-space [32 127 32 127] 800 :code-space [32 127 32 127]
801 :code-offset #x180100) 801 :code-offset #x180100)
802
803 (define-charset 'devanagari-glyph
804 "Glyphs for Devanagari script. Subset of `indian-glyph'."
805 :short-name "Devanagari glyph"
806 :code-space [0 255]
807 :code-offset #x180100)
808
802 809
803 ;; Actual Glyph for 1-column width. 810 ;; Actual Glyph for 1-column width.
804 (define-charset 'indian-1-column 811 (define-charset 'indian-1-column
805 "Indian charset for 1-column width glyphs" 812 "Indian charset for 1-column width glyphs"
806 :short-name "Indian 1-col" 813 :short-name "Indian 1-col"
989 (unify-charset 'vietnamese-viscii-upper) 996 (unify-charset 'vietnamese-viscii-upper)
990 ;; Fixme: unifying sucks in the charset tables, which may be large. 997 ;; Fixme: unifying sucks in the charset tables, which may be large.
991 ;; (Can we avoid that and do it anyhow (with lazy loading)?) 998 ;; (Can we avoid that and do it anyhow (with lazy loading)?)
992 (unify-charset 'chinese-sisheng) 999 (unify-charset 'chinese-sisheng)
993 (unify-charset 'indian-is13194) 1000 (unify-charset 'indian-is13194)
994 ;; (unify-charset 'ipa) 1001 (unify-charset 'korean-ksc5601)
995 ;; (unify-charset 'tibetan) 1002 (unify-charset 'ipa)
996 ;; (unify-charset 'ethiopic) 1003 (unify-charset 'tibetan)
1004 (unify-charset 'ethiopic)
997 ;; (unify-charset 'japanese-jisx0208-1978) 1005 ;; (unify-charset 'japanese-jisx0208-1978)
998 ;; (unify-charset 'japanese-jisx0208) 1006 (unify-charset 'japanese-jisx0208)
999 ;; (unify-charset 'japanese-jisx0212) 1007 (unify-charset 'japanese-jisx0212)
1000 ;; (unify-charset 'japanese-jisx0213-1) 1008 (unify-charset 'japanese-jisx0213-1)
1001 ;; (unify-charset 'japanese-jisx0213-2) 1009 (unify-charset 'japanese-jisx0213-2)
1002 ;; (unify-charset 'korean-ksc5601)
1003 1010
1004 1011
1005 ;; These are tables for translating characters on decoding and 1012 ;; These are tables for translating characters on decoding and
1006 ;; encoding. 1013 ;; encoding.
1007 ;; Fixme: these aren't used now -- should they be? 1014 ;; Fixme: these aren't used now -- should they be?