projects
/
chise
/
xemacs-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d8810
)
Treat the difference of representative glyph-images of 1-67-14 between
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 3 Jun 2020 04:51:54 +0000
(13:51 +0900)
committer
MORIOKA 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
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/maps-conf.el
b/lisp/utf-2000/maps-conf.el
index
8b12263
..
c81a0fa
100644
(file)
--- 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)