From: MORIOKA Tomohiko Date: Thu, 13 Sep 2012 01:59:45 +0000 (+0900) Subject: (www-uri-decode-object): Use `decode-uri-string' for value-part of X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b8b26c3dd1aa1dcb295a8bdec06240ca1bc481d;p=chise%2Fest.git (www-uri-decode-object): Use `decode-uri-string' for value-part of object-representation. --- diff --git a/cwiki-common.el b/cwiki-common.el index 3de8052..2973231 100644 --- 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))