(insert-char-attributes): Convert `=>ucs-cns' to `=>ucs@cns'.
authortomo <tomo>
Mon, 24 Mar 2003 02:36:33 +0000 (02:36 +0000)
committertomo <tomo>
Mon, 24 Mar 2003 02:36:33 +0000 (02:36 +0000)
lisp/utf-2000/char-db-util.el

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