X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fchar-db-util.el;h=62481158a4eb6326917f100cc898a5be595ca1d8;hb=be90dee2289bdc2281d875ac38da1b641eca5a2e;hp=abea9e1d5293e62ae7e4153c080bfdf183d80be7;hpb=0ee3727f8b4ea81e199ef87a9356e37fad95ae53;p=chise%2Fxemacs-chise.git- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index abea9e1..6248115 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -73,7 +73,8 @@ (aref ideographic-radicals number)) (defconst shuowen-radicals - [?一 ?上 ?示 ?三 ?王 ?玉 ?玨 ?气 ?士 ?丨 ?屮 ?艸 ?茻]) + [?一 ?上 ?示 ?三 ?王 ?玉 ?玨 ?气 ?士 ?丨 + ?屮 ?艸 ?茻 ?小 ?八 ?釆 ?牛 ?告 ?口]) (defun shuowen-radical (number) (aref shuowen-radicals (1- number))) @@ -439,9 +440,10 @@ (defun char-db-insert-ccs-feature (name value line-breaking) (insert (format - (cond ((memq name '(=daikanwa - =daikanwa@rev1 =daikanwa@rev2 - =gt =gt-k =cbeta =zinbun-oracle)) + (cond ((or (memq name '(=daikanwa + =daikanwa@rev1 =daikanwa@rev2 + =gt =gt-k =cbeta =zinbun-oracle)) + (string-match "^=adobe-" (symbol-name name))) "(%-18s . %05d)\t; %c") ((eq name 'mojikyo) "(%-18s . %06d)\t; %c")