From: MORIOKA Tomohiko Date: Sat, 8 Sep 2012 17:11:22 +0000 (+0900) Subject: (www-uri-decode-feature-name): Use `decode-uri-string'. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fest.git;a=commitdiff_plain;h=6f11d94c75806a00aed66fb10aca0dbb64f67d12 (www-uri-decode-feature-name): Use `decode-uri-string'. --- diff --git a/cwiki-common.el b/cwiki-common.el index dc5ae77..3cc2da6 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -287,6 +287,7 @@ (defun www-uri-decode-feature-name (uri-feature) (let (feature) + (setq uri-feature (decode-uri-string uri-feature 'utf-8-mcs-er)) (cond ((string-match "^from\\." uri-feature) (intern (format "<-%s" (substring uri-feature (match-end 0))))