From a10bad0b60ea668045928b4b816bc863195140a3 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 8 Sep 2009 11:54:51 +0000 Subject: [PATCH] (char-db-coded-charset-priority-list): - Use `=>FOO' instead of `<=>FOO'. - Add `=>>jis-x0213-2', `=>jis-x0213-2' and `=shinjigen'. --- lisp/utf-2000/char-db-util.el | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 35b8d78..c18d2f0 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -242,17 +242,20 @@ =ucs@iso =ucs@unicode =>>jis-x0208 - <=>jis-x0208 - <=>jis-x0208@1997 + =>jis-x0208 + =>jis-x0208@1997 =>>jis-x0213-1 - <=>jis-x0213-1 - <=>jis-x0213-1@2000 - <=>jis-x0213-1@2004 + =>jis-x0213-1 + =>jis-x0213-1@2000 + =>jis-x0213-1@2004 + =>>jis-x0213-2 + =>jis-x0213-2 =big5 =big5-eten =zinbun-oracle =ruimoku-v6 - =jef-china3)) + =jef-china3 + =shinjigen)) (defun char-db-make-char-spec (char) (let (ret char-spec) -- 1.7.10.4