(www-uri-decode-feature-name): Use `decode-uri-string'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 8 Sep 2012 17:11:22 +0000 (02:11 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 8 Sep 2012 17:11:22 +0000 (02:11 +0900)
cwiki-common.el

index dc5ae77..3cc2da6 100644 (file)
 
 (defun www-uri-decode-feature-name (uri-feature)
   (let (feature)
 
 (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))))
     (cond
      ((string-match "^from\\." uri-feature)
       (intern (format "<-%s" (substring uri-feature (match-end 0))))