(insert-char-attributes): Format `=>ucs*' property.
authortomo <tomo>
Wed, 14 Nov 2001 19:12:26 +0000 (19:12 +0000)
committertomo <tomo>
Wed, 14 Nov 2001 19:12:26 +0000 (19:12 +0000)
lisp/utf-2000/char-db-util.el

index 89e99e5..95ea201 100644 (file)
                      line-breaking))
       (setq attributes (delq '=>ucs attributes))
       )
+    (when (and (memq '=>ucs* attributes)
+              (setq value (get-char-attribute char '=>ucs*)))
+      (insert (format "(=>ucs*\t\t. #x%04X)\t; %c%s"
+                     value (decode-char 'ucs value)
+                     line-breaking))
+      (setq attributes (delq '=>ucs* attributes))
+      )
     (when (and (memq '->ucs attributes)
               (setq value (get-char-attribute char '->ucs)))
       (insert (format (if char-db-convert-obsolete-format