From 6c064e894bca23de07e7a745e995b302b059cfd1 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 2 Apr 2010 10:37:43 +0000 Subject: [PATCH] (char-db-coded-charset-priority-list): Add `=>zinbun-oracle'. (char-db-insert-ccs-feature): Format `=>zinbun-oracle' as decimal. --- 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 58fd316..1f8a5d6 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -258,6 +258,7 @@ =big5 =big5-eten =zinbun-oracle + =>zinbun-oracle =ruimoku-v6 =jef-china3 =shinjigen)) @@ -505,7 +506,8 @@ "(%-18s . %04d)\t; %c") ((or (memq name '(=daikanwa =daikanwa@rev1 =daikanwa@rev2 - =gt =>>gt =>gt =gt-k =cbeta =zinbun-oracle)) + =gt =>>gt =>gt =gt-k =cbeta + =zinbun-oracle =>zinbun-oracle)) (string-match "^=adobe-" (symbol-name name))) "(%-18s . %05d)\t; %c") ((eq name 'mojikyo) -- 1.7.10.4