From b80a38f8273af478e4d4085476ce94952ddcd525 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 20 Oct 2011 03:44:51 +0000 Subject: [PATCH] (char-db-coded-charset-priority-list): Use `=+>jis-x0208' and `=+>jis-x0213-2' instead of `=>jis-x0208@usual' and `=>jis-x0213-2@usual'; add `=+>ucs@ks'. --- lisp/utf-2000/char-db-util.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index b04cd97..fb300f8 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -187,14 +187,14 @@ =>>hanyo-denshi/ks =>>gt =>>daikanwa - =>jis-x0208@usual + =+>jis-x0208 =+>jis-x0208@1978 + =+>jis-x0213-2 =>jis-x0208 =>jis-x0208@1997 =>jis-x0213-1 =>jis-x0213-1@2000 =>jis-x0213-1@2004 - =>jis-x0213-2@usual =>jis-x0213-2 ==>ucs@bucs =>ucs@iso @@ -204,6 +204,7 @@ =>ucs@jis/1990 =>ucs@cns =>ucs@ks + =+>ucs@ks =>>ucs@iso =>>ucs@unicode =>>ucs@jis -- 1.7.10.4