From 3a9386d2a8f00c31e8a3e0b82c2eccdd266de5fb Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 6 May 2016 09:19:22 +0900 Subject: [PATCH] (est-coded-charset-priority-list): Add `=ucs@unicode', `==ucs@unicode', `===ucs@unicode', `==>ucs@bucs', `===daikanwa/+p' and `===gt'. --- cwiki-common.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cwiki-common.el b/cwiki-common.el index f7c2269..8777b1f 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -94,7 +94,12 @@ =ucs-itaiji-001 =ucs-itaiji-002 =ucs-itaiji-003 - =ucs@unicode)) + =ucs@unicode + ==ucs@unicode + ===ucs@unicode + ==>ucs@bucs + ===daikanwa/+p + ===gt)) (defun decode-uri-string (string &optional coding-system) (if (> (length string) 0) -- 1.7.10.4