emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115819: international/mule-conf.el: Unify the chars


From: Kenichi Handa
Subject: [Emacs-diffs] trunk r115819: international/mule-conf.el: Unify the charset indian-is13194. (indian-is13194): Specify unify-map.
Date: Tue, 31 Dec 2013 15:09:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115819 [merge]
revision-id: address@hidden
parent: address@hidden
parent: address@hidden
committer: K. Handa <address@hidden>
branch nick: trunk
timestamp: Wed 2014-01-01 00:08:55 +0900
message:
  international/mule-conf.el: Unify the charset indian-is13194.  
(indian-is13194): Specify unify-map.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/international/mule-conf.el 
muleconf.el-20091113204419-o5vbwnq5f7feedwu-1081
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-31 00:27:27 +0000
+++ b/lisp/ChangeLog    2013-12-31 15:03:36 +0000
@@ -1,3 +1,8 @@
+2013-12-31  Eli Zaretskii  <address@hidden>
+
+       * international/mule-conf.el: Unify the charset indian-is13194.
+       (indian-is13194): Specify unify-map.
+
 2013-12-31  Leo Liu  <address@hidden>
 
        * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)

=== modified file 'lisp/international/mule-conf.el'
--- a/lisp/international/mule-conf.el   2013-06-28 14:41:14 +0000
+++ b/lisp/international/mule-conf.el   2013-12-31 15:03:36 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]