(M001156): New character.
[chise/xemacs-chise.git] / lisp / utf-2000 / char-db-util.el
index 5a89f4a..d2169c9 100644 (file)
     hebrew-iso8859-8
     latin-viscii
     ethiopic-ucs
-    ideograph-gt
+    =gt
     =big5-cdp
     =gt-k
     ideograph-daikanwa-2
                      line-breaking))
       (setq attributes (delq '=>ucs-cns attributes))
       )
+    (when (and (memq '=>ucs-big5 attributes)
+              (setq value (get-char-attribute char '=>ucs-big5)))
+      (insert (format "(=>ucs-big5\t\t. #x%04X)\t; %c%s"
+                     value (decode-char 'ucs-big5 value)
+                     line-breaking))
+      (setq attributes (delq '=>ucs-big5 attributes))
+      )
     (when (and (memq '=>ucs-jis attributes)
               (setq value (get-char-attribute char '=>ucs-jis)))
       (insert (format "(=>ucs-jis\t\t. #x%04X)\t; %c%s"