From: tomo Date: Sun, 21 Nov 1999 07:50:47 +0000 (+0000) Subject: (char-db-update-comment): Use mapping-table for `japanese-jisx0213-*'. X-Git-Tag: r21-2-19-utf-2000-0_13-0~119 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3448ebd9def6984e34e1dfae07dc3602c4af1e0c;p=chise%2Fxemacs-chise.git- (char-db-update-comment): Use mapping-table for `japanese-jisx0213-*'. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index b5539d3..94e2a3b 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -417,7 +417,9 @@ (not (eq (car cdef) 'ideograph-daikanwa)) (or (memq (car cdef) '(ascii latin-viscii-upper latin-viscii-lower - arabic-iso8859-6)) + arabic-iso8859-6 + japanese-jisx0213-1 + japanese-jisx0213-2)) (= (char-int (charset-iso-final-char (car cdef))) 0))) (apply (function make-char) cdef)