]> git.eshelyaron.com Git - emacs.git/commitdiff
international/mule-conf.el: Unify the charset indian-is13194.
authorKenichi Handa <handa@gnu.org>
Tue, 31 Dec 2013 15:03:36 +0000 (00:03 +0900)
committerKenichi Handa <handa@gnu.org>
Tue, 31 Dec 2013 15:03:36 +0000 (00:03 +0900)
(indian-is13194): Specify unify-map.

lisp/ChangeLog
lisp/international/mule-conf.el

index ee36a71f5888e5c3d1453ef13298e1f3a4f07b19..a4d2050e77d8075efe9bd5b1444b3d051879dacd 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * international/mule-conf.el: Unify the charset indian-is13194.
+       (indian-is13194): Specify unify-map.
+
 2013-12-31  Leo Liu  <sdl.web@gmail.com>
 
        * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
index a84054b498be6e66945b5bdb8b2dbe14a90ec9a2..4548033edb65b4285c6260626c2fedd10715d41e 100644 (file)
 ;; script which IS-13194 supports.
 
 (define-charset 'indian-is13194
-  "Generic Indian charset for data exchange with IS 13194"
-  :short-name "IS 13194"
-  :long-name "Indian IS 13194"
+  "7-bit representation of IS 13194 (ISCII) for Devanagari"
+  :short-name "IS 13194 (DEV)"
+  :long-name "Indian IS 13194 (DEV)"
   :iso-final-char ?5
   :emacs-mule-id 225
   :supplementary-p t
   :code-space [33 126]
-  :code-offset #x180000)
+  :code-offset #x180000
+  :unify-map "MULE-is13194")
 
 (let ((code-offset #x180100))
   (dolist (script '(devanagari sanskrit bengali tamil telugu assamese
 (unify-charset 'ipa)
 (unify-charset 'tibetan)
 (unify-charset 'ethiopic)
+(unify-charset 'indian-is13194)
 (unify-charset 'japanese-jisx0208-1978)
 (unify-charset 'japanese-jisx0208)
 (unify-charset 'japanese-jisx0212)