(insert-char-attributes): Add code for `<-denotational'.
authortomo <tomo>
Tue, 24 Feb 2004 02:22:58 +0000 (02:22 +0000)
committertomo <tomo>
Tue, 24 Feb 2004 02:22:58 +0000 (02:22 +0000)
lisp/utf-2000/char-db-util.el

index 457d5f4..ac41603 100644 (file)
                      line-breaking))
       (setq attributes (delq 'script attributes))
       )
+    (when (and (memq '<-denotational attributes)
+              (setq value (get-char-attribute char '<-denotational))
+              (null (cdr value))
+              (setq value (encode-char (car value) 'ucs 'defined-only)))
+      (insert (format "(%-18s . #x%04X)\t; %c%s"
+                     '=>ucs value (decode-char 'ucs value)
+                     line-breaking))
+      (setq attributes (delq '<-denotational attributes)))
     (dolist (name '(=>ucs =>ucs*))
       (when (and (memq name attributes)
                 (setq value (get-char-attribute char name)))