(ids-dump-insert-daikanwa-hokan): Fix problem when a character does
authortomo <tomo>
Tue, 24 Feb 2004 06:02:14 +0000 (06:02 +0000)
committertomo <tomo>
Tue, 24 Feb 2004 06:02:14 +0000 (06:02 +0000)
not have `ideographic-structure' feature value.

ids-dump.el

index 6d770a0..03ada62 100644 (file)
        (format "MH-%04d \t%c\t%s\n"
               (car cell)
               chr
-              (ids-format-list
-               (get-char-attribute chr 'ideographic-structure)))))))
+              (or (ids-format-list
+                   (get-char-attribute chr 'ideographic-structure))
+                  ""))))))
 
 (defun ids-dump-insert-jis-x0208-1990 ()
   (let ((row 16)