(insert-char-attributes): Convert `=>ucs-jis' to `=>ucs@jis'.
authortomo <tomo>
Tue, 25 Mar 2003 11:23:17 +0000 (11:23 +0000)
committertomo <tomo>
Tue, 25 Mar 2003 11:23:17 +0000 (11:23 +0000)
lisp/utf-2000/char-db-util.el

index 958c3ec..2199bff 100644 (file)
     ;;                   line-breaking))
     ;;   (setq attributes (delq '=>ucs* attributes))
     ;;   )
-    (dolist (name '(=>ucs@gb =>ucs@cns))
+    (dolist (name '(=>ucs@gb =>ucs@cns =>ucs@jis))
       (when (and (memq name attributes)
                 (setq value (get-char-attribute char name)))
        (insert (format "(%-18s . #x%04X)\t; %c%s"
       )
     (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-jis value)
+      (insert (format "(=>ucs@jis\t\t. #x%04X)\t; %c%s"
+                     value (decode-char '=ucs@jis value)
                      line-breaking))
       (setq attributes (delq '=>ucs-jis attributes))
       )