diff options
author | Kenichi Handa <handa@gnu.org> | 2014-01-01 00:03:36 +0900 |
---|---|---|
committer | Kenichi Handa <handa@gnu.org> | 2014-01-01 00:03:36 +0900 |
commit | 04311a1648bd0ba44951f89557f5674dfa032376 (patch) | |
tree | 1a46eb994ebb1a8b24219910a27c2a1108a60f76 /lisp/international | |
parent | b29daf07584497968831af6687bf0fde2d216418 (diff) | |
download | emacs-04311a1648bd0ba44951f89557f5674dfa032376.tar.gz |
international/mule-conf.el: Unify the charset indian-is13194.
(indian-is13194): Specify unify-map.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/mule-conf.el | 10 |
1 files changed, 6 insertions, 4 deletions
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) |