From 04311a1648bd0ba44951f89557f5674dfa032376 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 1 Jan 2014 00:03:36 +0900 Subject: [PATCH] international/mule-conf.el: Unify the charset indian-is13194. (indian-is13194): Specify unify-map. --- lisp/ChangeLog | 5 +++++ lisp/international/mule-conf.el | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ee36a71f588..a4d2050e77d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-12-31 Eli Zaretskii + + * international/mule-conf.el: Unify the charset indian-is13194. + (indian-is13194): Specify unify-map. + 2013-12-31 Leo Liu * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index a84054b498b..4548033edb6 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -888,14 +888,15 @@ ;; 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 @@ -1192,6 +1193,7 @@ (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) -- 2.39.2