(char-db-make-char-spec): Use `ideographic-combination' if any CCS
authortomo <tomo>
Thu, 12 Feb 2009 13:09:33 +0000 (13:09 +0000)
committertomo <tomo>
Thu, 12 Feb 2009 13:09:33 +0000 (13:09 +0000)
features are not found.

lisp/utf-2000/char-db-util.el

index b50c2ff..ad804fb 100644 (file)
                        ((setq ret (get-char-attribute char 'name*))
                         (setq char-spec (cons (cons 'name* ret) char-spec))
                         ))
+                 )
+                ((setq ret (get-char-attribute
+                            char 'ideographic-combination))
+                 (setq char-spec
+                       (cons (cons 'ideographic-combination ret)
+                             char-spec))
                  ))
           char-spec)
          ((consp char)