From 71baa1c0cbbb886ac1528500c1bda51ac70decad Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 28 Apr 2018 17:09:18 +0900 Subject: [PATCH] (default-coded-charset-priority-list): Add `=>big5-cdp@iwds-1', `=>big5-cdp@cognate' and `=+>big5-cdp'. --- lisp/mule/mule-charset.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 5fa7be9..216758e 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -574,7 +574,9 @@ DESCRIPTION (string) is the description string of the charset." =>mj-0 =>big5-cdp =>ruimoku-v6 + =>big5-cdp@iwds-1 =>big5-cdp@component + =>big5-cdp@cognate =>big5-cdp-itaiji-001 =>ucs-bmp-itaiji-001 =>ucs-sip-itaiji-001 @@ -627,6 +629,7 @@ DESCRIPTION (string) is the description string of the charset." =+>adobe-japan1-6 =+>ucs-bmp-var-003 =+>jis-x0208@1978 + =+>big5-cdp ))) ;;; mule-charset.el ends here -- 1.7.10.4