]> git.eshelyaron.com Git - emacs.git/commitdiff
(indian-is13194): Delete :unify-map
authorKenichi Handa <handa@m17n.org>
Wed, 30 Oct 2002 01:19:27 +0000 (01:19 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 30 Oct 2002 01:19:27 +0000 (01:19 +0000)
property.  Don't unify this charset.
(indian-2-column): Delete :superset property, add :code-offset
property.

lisp/international/mule-conf.el

index 5b0a23178b7c7341c6b22b3f2799935487634117..3430be4417a1807c289e0b9d2aea7e90dddabd82 100644 (file)
   :iso-final-char ?5
   :emacs-mule-id 225
   :code-space [33 126]
-  :unify-map "is13194"
   :code-offset #x180000)
 
 (define-charset 'devanagari-glyph
 
 ;; Actual Glyph for 1-column width.
 (define-charset 'indian-1-column
-  "Indian charset for 1-column width glyphs"
+  "Indian charset for 1-column width glyphs."
   :short-name "Indian 1-col"
   :long-name "Indian 1 Column"
   :iso-final-char ?6
 
 ;; Actual Glyph for 2-column width.
 (define-charset 'indian-2-column
-  "Indian charset for 2-column width glyphs"
+  "Indian charset for 2-column width glyphs."
   :short-name "Indian 2-col"
   :long-name "Indian 2 Column"
   :iso-final-char ?5
   :emacs-mule-id  251
   :code-space [33 126 33 126]
-  :superset '(indian-1-column))
+  :code-offset #x184000)
 
 (define-charset 'tibetan
   "Tibetan characters"
 ;; Fixme: unifying sucks in the charset tables, which may be large.
 ;; (Can we avoid that and do it anyhow (with lazy loading)?)
 (unify-charset 'chinese-sisheng)
-(unify-charset 'indian-is13194)
 (unify-charset 'korean-ksc5601)
 (unify-charset 'ipa)
 (unify-charset 'tibetan)