(char-db-update-comment): Don't use mapping-table for
[chise/xemacs-chise.git-] / lisp / utf-2000 / ideograph-util.el
index 2b8d259..4907d9a 100644 (file)
       (let ((name (get-char-attribute (int-char (+ #x2EFF radical)) 'name)))
        (if (string-match "KANGXI RADICAL " name)
            (setq name (capitalize (substring name (match-end 0)))))
+       (setq name (mapconcat (lambda (char)
+                               (if (eq char ? )
+                                   "-"
+                                 (char-to-string char))) name ""))
        (setq file
              (expand-file-name
               (format "Ideograph-R%03d-%s.el" radical name)