(insert-char-attributes): Print `ideograph-gt' like
authortomo <tomo>
Fri, 6 Jul 2001 19:17:31 +0000 (19:17 +0000)
committertomo <tomo>
Fri, 6 Jul 2001 19:17:31 +0000 (19:17 +0000)
`ideograph-daikanwa'.

lisp/utf-2000/char-db-util.el

index 3b89492..3f5d118 100644 (file)
       (if (setq value (get-char-attribute char name))
          (insert
           (format
-           (if has-long-ccs-name
-               (cond ((eq name 'ideograph-daikanwa)
+           (cond ((memq name '(ideograph-daikanwa ideograph-gt))
+                  (if has-long-ccs-name
                       "(%-26s . %05d)\t; %c%s"
-                      )
-                     ((eq name 'mojikyo)
+                    "(%-18s . %05d)\t; %c%s"))
+                 ((eq name 'mojikyo)
+                  (if has-long-ccs-name
                       "(%-26s . %06d)\t; %c%s"
-                      )
-                     (t
+                    "(%-18s . %06d)\t; %c%s"))
+                 (t
+                  (if has-long-ccs-name
                       "(%-26s . #x%X)\t; %c%s"
-                      ))
-             (cond ((eq name 'ideograph-daikanwa)
-                    "(%-18s . %05d)\t; %c%s"
-                    )
-                   ((eq name 'mojikyo)
-                    "(%-18s . %06d)\t; %c%s"
-                    )
-                   (t
-                    "(%-18s . #x%X)\t; %c%s"
-                    )))
+                    "(%-18s . #x%X)\t; %c%s")))
            name
            (if (= (charset-iso-graphic-plane name) 1)
                (logior value