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:
1217edd
)
(www-uri-decode-object): Use `decode-uri-string' for value-part of
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 13 Sep 2012 01:59:45 +0000
(10:59 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 13 Sep 2012 01:59:45 +0000
(10:59 +0900)
object-representation.
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
3de8052
..
2973231
100644
(file)
--- a/
cwiki-common.el
+++ b/
cwiki-common.el
@@
-395,7
+395,9
@@
(string-to-number (substring cpos (match-end 0)) 16))
)
(t
- (setq cpos (car (read-from-string cpos)))
+ (setq cpos (car (read-from-string
+ (decode-uri-string
+ cpos file-name-coding-system))))
))
(if (and (eq genre 'character)
(numberp cpos))