(U-00029962): Copied from Ideograph-R194-Ghost.el.
[chise/xemacs-chise.git.1] / lisp / utf-2000 / maps-conf.el
index df93a5d..f95a223 100644 (file)
@@ -70,7 +70,7 @@
        #x5827 #x4C68 #x505B #x514A #x5D27
        #x5563 #x5D7A #x4575 #x5F7C #x3B38
        #x3237 #x3B51 #x596E #x5B5B #x6640
-       #x6D75))
+       #x6D75 #x4D2C))
 
 (map-char-attribute
  (lambda (c v)
       (unless (eq code #x332A)
        (when (setq char (decode-char '=>jis-x0208@1997 code 'defined-only))
          (unless (eq (encode-char char '=>>jis-x0208) code)
-           (put-char-attribute char '=>jis-x0208 code)
-           (remove-char-attribute char '=>jis-x0208@1997))))
+           (unless (eq (encode-char char '=+>jis-x0208) code)
+             (put-char-attribute char '=>jis-x0208 code)
+             (remove-char-attribute char '=>jis-x0208@1997)))))
       )))
 
 (map-char-attribute
      (put-char-attribute c '=>jis-x0213-1 v))
    nil)
  '=>jis-x0208)
+
+(dolist (aj1-f '(=>>>adobe-japan1 =>>adobe-japan1))
+  (map-char-attribute
+   (lambda (c v)
+     (cond
+      ((<= v 8283)
+       (remove-char-attribute c aj1-f)
+       (put-char-attribute c (intern (format "%s-0" aj1-f)) v)
+       )
+      ((<= v 8358)
+       (remove-char-attribute c aj1-f)
+       (put-char-attribute c (intern (format "%s-1" aj1-f)) v)
+       )
+      ((<= v 8719)
+       (remove-char-attribute c aj1-f)
+       (put-char-attribute c (intern (format "%s-2" aj1-f)) v)
+       )
+      ((<= v 9353)
+       (remove-char-attribute c aj1-f)
+       (put-char-attribute c (intern (format "%s-3" aj1-f)) v)
+       )
+      ((<= v 15443)
+       (remove-char-attribute c aj1-f)
+       (put-char-attribute c (intern (format "%s-4" aj1-f)) v)
+       )
+      ((<= v 20316)
+       (remove-char-attribute c aj1-f)
+       (put-char-attribute c (intern (format "%s-5" aj1-f)) v)
+       )
+      ((<= v 23057)
+       (remove-char-attribute c aj1-f)
+       (put-char-attribute c (intern (format "%s-6" aj1-f)) v)
+       ))
+     nil)
+   aj1-f))