Treat the difference of representative glyph-images of 1-67-14 between
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 3 Jun 2020 04:51:54 +0000 (13:51 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 3 Jun 2020 04:51:54 +0000 (13:51 +0900)
JIS X 0213:2000 and :2004 as the difference in glyph-image
granularity.

lisp/utf-2000/maps-conf.el

index 8b12263..c81a0fa 100644 (file)
            (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)