From: MORIOKA Tomohiko Date: Wed, 3 Jun 2020 04:51:54 +0000 (+0900) Subject: Treat the difference of representative glyph-images of 1-67-14 between X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=110105ffd62716cde47030525f8063278209c100;p=chise%2Fxemacs-chise.git Treat the difference of representative glyph-images of 1-67-14 between JIS X 0213:2000 and :2004 as the difference in glyph-image granularity. --- 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)