X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fchar-db-util.el;h=2cd174fd94362bdda1264b74001d50c3b25054f0;hb=c3dd87cadc1780a5419cd502b8a21c56128fe305;hp=e883475ce973e317e8b43043af8684ef050bf14e;hpb=20f134bb031581af1efde2567576f497dba87044;p=chise%2Fxemacs-chise.git- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index e883475..2cd174f 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -156,25 +156,32 @@ ideograph-hanziku-10 ideograph-hanziku-11 ideograph-hanziku-12 - =ucs@iso - =ucs@unicode - =>>ucs@unicode - =>>gt =>>jis-x0208 =>>jis-x0213-1 =>>jis-x0213-1@2000 =>>jis-x0213-1@2004 =>>jis-x0213-2 =>>jis-x0208@1978 - =>>big5-cdp - =>>gt-k + =>>gt =>jis-x0208 =>jis-x0208@1997 =>jis-x0213-1 =>jis-x0213-1@2000 =>jis-x0213-1@2004 =>jis-x0213-2 + ==>ucs@bucs + =>ucs@iso + =>ucs@unicode + =>>ucs@unicode + =>>ucs@jis + =>>ucs@cns + =ucs@iso + =ucs@unicode + =>>big5-cdp + =>>gt-k =>gt + =>big5-cdp + =>daikanwa =big5 =big5-eten =zinbun-oracle @@ -430,6 +437,7 @@ "(%-18s . %04d)\t; %c") ((or (memq name '(=daikanwa =daikanwa@rev1 =daikanwa@rev2 + =>daikanwa =gt =>>gt =>gt =gt-k =>>gt-k =cbeta =zinbun-oracle =>zinbun-oracle)) (string-match "^=adobe-" (symbol-name name))) @@ -647,21 +655,21 @@ line-breaking)) (setq attributes (delq name attributes)) )) - (dolist (name '(=>daikanwa)) - (when (and (memq name attributes) - (setq value (get-char-attribute char name))) - (insert - (if (integerp value) - (format "(%-18s . %05d)\t; %c%s" - name value (decode-char '=daikanwa value) - line-breaking) - (format "(%-18s %s)\t; %c%s" - name - (mapconcat (function prin1-to-string) - value " ") - (char-representative-of-daikanwa char) - line-breaking))) - (setq attributes (delq name attributes)))) + ;; (dolist (name '(=>daikanwa)) + ;; (when (and (memq name attributes) + ;; (setq value (get-char-attribute char name))) + ;; (insert + ;; (if (integerp value) + ;; (format "(%-18s . %05d)\t; %c%s" + ;; name value (decode-char '=daikanwa value) + ;; line-breaking) + ;; (format "(%-18s %s)\t; %c%s" + ;; name + ;; (mapconcat (function prin1-to-string) + ;; value " ") + ;; (char-representative-of-daikanwa char) + ;; line-breaking))) + ;; (setq attributes (delq name attributes)))) (when (and (memq 'general-category attributes) (setq value (get-char-attribute char 'general-category))) (insert (format