X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fmaps-conf.el;fp=lisp%2Futf-2000%2Fmaps-conf.el;h=c81a0fa5534e37c7b8857ff5d00c60fb4623a144;hb=110105ffd62716cde47030525f8063278209c100;hp=8b12263576f5ca066c27d9d758313a6c73984933;hpb=c5d88106dc359b526317a7966edb46c75aed63c6;p=chise%2Fxemacs-chise.git diff --git a/lisp/utf-2000/maps-conf.el b/lisp/utf-2000/maps-conf.el index 8b12263..c81a0fa 100644 --- a/lisp/utf-2000/maps-conf.el +++ b/lisp/utf-2000/maps-conf.el @@ -239,7 +239,8 @@ (put-char-attribute char '=ucs@jis/2004 ucs))) ) (rep-char - (unless (and (= ku 47)(= ten 64)) + (unless (or (and (= ku 47)(= ten 64)) + (and (= ku 67)(= ten 14))) (put-char-attribute rep-char '==jis-x0213-1@2000 code) (remove-char-attribute rep-char '==jis-x0213-1) (remove-char-attribute rep-char '==jis-x0213-1@2004)