From dc687aeeb4bd60393e64f13baf20078cf1a20b04 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 6 Apr 2016 02:52:54 +0900 Subject: [PATCH] (est-coded-charset-priority-list): Add `=ucs@unicode'. --- cwiki-common.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cwiki-common.el b/cwiki-common.el index 6e5abc3..b21faea 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -93,7 +93,8 @@ ===mj =ucs-itaiji-001 =ucs-itaiji-002 - =ucs-itaiji-003)) + =ucs-itaiji-003 + =ucs@unicode)) (defun decode-uri-string (string &optional coding-system) (if (> (length string) 0) -- 1.7.10.4