From 48f181e2e034997be292dcdf666b41f30db26555 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 2 Nov 2005 12:09:06 +0000 Subject: [PATCH] (char-db-make-char-spec): Add `=jis-x0208@1997' if a character has the code-point of it and the character does not have a code-point of `=ucs'. --- lisp/utf-2000/char-db-util.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 79d8800..7a94e60 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -243,6 +243,7 @@ '(=daikanwa =daikanwa@rev2 ;; =gt-k + =jis-x0208@1997 ))) (setq ccs (charset-name ccs)) (null (assq ccs char-spec)) -- 1.7.10.4