From: tomo Date: Wed, 9 Jul 2003 03:50:00 +0000 (+0000) Subject: Don't add `=gt-pj-1' features into some JIS X 0208:1990 code points. X-Git-Tag: r21-4-14~1^3~4 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c9e863c95eec2d98a6805f68b279ce012dc8e3;p=chise%2Fxemacs-chise.git Don't add `=gt-pj-1' features into some JIS X 0208:1990 code points. --- diff --git a/lisp/utf-2000/maps-conf.el b/lisp/utf-2000/maps-conf.el index 2fcd9d3..d2aeb4c 100644 --- a/lisp/utf-2000/maps-conf.el +++ b/lisp/utf-2000/maps-conf.el @@ -21,8 +21,11 @@ (map-char-attribute (lambda (c v) - (put-char-attribute (decode-char 'japanese-jisx0208-1990 v) - '=gt-pj-1 v) + (unless (memq v '(#x5C37 #x5C52 #x3521 #x5D62 #x5F4A + #x5F5B #x6062 #x4849 #x6173 #x306B + #x6328 #x6352 #x6362)) + (put-char-attribute (decode-char 'japanese-jisx0208-1990 v) + '=gt-pj-1 v)) nil) '=gt-pj-1)