From 3b031bad3c2c135a48e65dff617022440b29cc2e Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 20 Aug 2017 16:29:14 +0900 Subject: [PATCH] (est-coded-charset-priority-list): Add settings for `=+>ucs@iso', `=+>ucs@unicode', `===adobe-japan1', `===cns11643-1', `===cns11643-2', `===cns11643-3', `===cns11643-4', `===cns11643-5', `===cns11643-6' and `===cns11643-7'. --- cwiki-common.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cwiki-common.el b/cwiki-common.el index 2ddf4a7..ec53465 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -85,6 +85,7 @@ =>>gt =>ucs@iso =>ucs@unicode =>ucs@jis =>ucs@cns =>ucs@ks + =+>ucs@iso =+>ucs@unicode =>>ucs@iso =>>ucs@unicode =>>ucs@jis =>>ucs@cns =>>ucs@ks =>>>ucs@iso =>>>ucs@unicode @@ -109,6 +110,9 @@ =>ucs@iwds-1 =>ucs@component =>ucs-itaiji-001 + ===adobe-japan1 + ===cns11643-1 ===cns11643-2 ===cns11643-3 + ===cns11643-4 ===cns11643-5 ===cns11643-6 ===cns11643-7 )) (defun decode-uri-string (string &optional coding-system) -- 1.7.10.4