(insert-char-attributes): Treat '=decomposition@FOO' as the same as
authortomo <tomo>
Thu, 17 Feb 2011 03:08:34 +0000 (03:08 +0000)
committertomo <tomo>
Thu, 17 Feb 2011 03:08:34 +0000 (03:08 +0000)
`=decomposition'.

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

index 5bd5ddb..d25d65b 100644 (file)
                     (eq name 'ideographic-combination)
                     (eq name 'ideographic-)
                     (eq name '=decomposition)
-                    (string-match "^=>decomposition" (symbol-name name))
+                    (string-match "^=>*decomposition\\(@[^*]+\\)?$"
+                                  (symbol-name name))
                     (string-match "^\\(->\\|<-\\)[^*]*$" (symbol-name name))
                     (string-match "^\\(->\\|<-\\)[^*]*\\*sources$"
                                   (symbol-name name))