(www-uri-decode-object): Use `decode-uri-string' for value-part of
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 13 Sep 2012 01:59:45 +0000 (10:59 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 13 Sep 2012 01:59:45 +0000 (10:59 +0900)
object-representation.

cwiki-common.el

index 3de8052..2973231 100644 (file)
              (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))