X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fad-hoc-cdp.el;h=edf88b2790c18d44eb1dd5a44b200af27c5c6ede;hb=42ec2746ef4a96ba503898c3a88e1c65b2217e01;hp=1c6eaa939c7f6ae60d9239069a1d1a94b8fb4de3;hpb=6a85aa97d9c9a9efa5df177f7a208d99d8a52f4b;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)