X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fad-hoc-cdp.el;h=edf88b2790c18d44eb1dd5a44b200af27c5c6ede;hb=4f09994878627d7d0dae45c3ab83458b469b87e5;hp=1c6eaa939c7f6ae60d9239069a1d1a94b8fb4de3;hpb=d97b02afadea866441a2b318b486f3ad718f645b;p=chise%2Fxemacs-chise.git- diff --git a/lisp/utf-2000/ad-hoc-cdp.el b/lisp/utf-2000/ad-hoc-cdp.el index 1c6eaa9..edf88b2 100644 --- a/lisp/utf-2000/ad-hoc-cdp.el +++ b/lisp/utf-2000/ad-hoc-cdp.el @@ -3,16 +3,16 @@ ret) (while (<= ucs #xF848) (setq chr (decode-char 'ucs ucs)) - (when (setq big5 (get-char-attribute chr 'chinese-big5)) + (when (setq big5 (get-char-attribute chr 'chinese-big5-pua)) (when (setq chr (decode-char 'chinese-big5-cdp big5)) (unless (get-char-attribute chr 'chinese-big5-cdp) (put-char-attribute chr 'chinese-big5-cdp big5)))) (setq ucs (1+ ucs)))) -(map-char-attribute - (lambda (ch v) - (if (and ch - (get-char-attribute ch 'chinese-big5)) - (remove-char-attribute ch 'chinese-big5)) - nil) - 'chinese-big5-cdp) +;; (map-char-attribute +;; (lambda (ch v) +;; (if (and ch +;; (get-char-attribute ch 'chinese-big5)) +;; (remove-char-attribute ch 'chinese-big5)) +;; nil) +;; 'chinese-big5-cdp)