projects
/
chise
/
est.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f038d39
)
(www-uri-decode-feature-name): Use `decode-uri-string'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Sat, 8 Sep 2012 17:11:22 +0000
(
02:11
+0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Sat, 8 Sep 2012 17:11:22 +0000
(
02:11
+0900)
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
dc5ae77
..
3cc2da6
100644
(file)
--- 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))))