(insert-char-attributes): Insert `->simplified' and `->vulgar' if they
authortomo <tomo>
Sat, 24 Apr 2004 19:57:15 +0000 (19:57 +0000)
committertomo <tomo>
Sat, 24 Apr 2004 19:57:15 +0000 (19:57 +0000)
have their meta-data `*sources' even if non-printable mode.

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

index 104f52d..9cf6d07 100644 (file)
                                 line-breaking))
                 )
                ((and (not readable)
+                     (null (get-char-attribute
+                            char
+                            (intern (format "%s*sources" name))))
+                     (not (string-match "\\*sources$" (symbol-name name)))
                      (or (eq name '<-identical)
                          (string-match "^->simplified" (symbol-name name))
                          (string-match "^->vulgar" (symbol-name name))