X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fchar-db-util.el;h=59bb4fe2a94d1f8c1e4744b1014941e6493ff439;hb=472f371a2e5700114a45acdfeedb69cc08337abc;hp=b90a40a16f86a4dd119d1dcd8c67a241e751cdab;hpb=c459caaa5ef5eace05a4f400518e8153daf575c2;p=chise%2Fxemacs-chise.git- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index b90a40a..59bb4fe 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -178,6 +178,7 @@ =>>jis-x0213-2 =>>jis-x0208@1978 =>>hanyo-denshi/ft + =>>hanyo-denshi/ks =>>gt =>jis-x0208@usual =>jis-x0208 @@ -206,6 +207,7 @@ =>daikanwa =big5 =big5-eten + =>gt-k =zinbun-oracle =>zinbun-oracle =ruimoku-v6 @@ -463,11 +465,11 @@ =daikanwa@rev1 =daikanwa@rev2 =daikanwa/+p =daikanwa/+2p =>>daikanwa =>daikanwa - =gt =>>gt =>gt =gt-k =>>gt-k =cbeta + =gt =>>gt =>gt =gt-k =>>gt-k =>gt-k =cbeta =zinbun-oracle =>zinbun-oracle)) (string-match "^=adobe-" (symbol-name name))) "(%-18s . %05d)\t; %c") - ((eq name 'mojikyo) + ((memq name '(=hanyo-denshi/ks =>>hanyo-denshi/ks mojikyo)) "(%-18s . %06d)\t; %c") ((>= (charset-dimension name) 2) "(%-18s . #x%04X)\t; %c") @@ -1102,7 +1104,8 @@ (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))