From fd51ae2c1ee354801b32baa3f8e1c07561f19f38 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 27 Jul 2010 03:53:33 +0000 Subject: [PATCH] (char-db-coded-charset-priority-list): Add `=>>gt-k' and `=>>big5-cdp'. (char-db-insert-ccs-feature): Format `=>>gt-k' as the same as `=gt-k'. --- lisp/utf-2000/char-db-util.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index d4ab53a..ef22648 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -166,6 +166,8 @@ =>>jis-x0213-1@2004 =>>jis-x0213-2 =>>jis-x0208@1978 + =>>gt-k + =>>big5-cdp =>jis-x0208 =>jis-x0208@1997 =>jis-x0213-1 @@ -428,7 +430,7 @@ "(%-18s . %04d)\t; %c") ((or (memq name '(=daikanwa =daikanwa@rev1 =daikanwa@rev2 - =gt =>>gt =>gt =gt-k =cbeta + =gt =>>gt =>gt =gt-k =>>gt-k =cbeta =zinbun-oracle =>zinbun-oracle)) (string-match "^=adobe-" (symbol-name name))) "(%-18s . %05d)\t; %c") -- 1.7.10.4