(insert-char-attributes): Add setting to format `=>ucs-jis'.
authortomo <tomo>
Tue, 4 Dec 2001 11:54:20 +0000 (11:54 +0000)
committertomo <tomo>
Tue, 4 Dec 2001 11:54:20 +0000 (11:54 +0000)
lisp/utf-2000/char-db-util.el

index 7cd5bf6..9bd4919 100644 (file)
                      line-breaking))
       (setq attributes (delq '=>ucs* 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"
+                     value (decode-char 'ucs value)
+                     line-breaking))
+      (setq attributes (delq '=>ucs-jis attributes))
+      )
     (when (and (memq '->ucs attributes)
               (setq value (get-char-attribute char '->ucs)))
       (insert (format (if char-db-convert-obsolete-format