update.
[chise/est.git] / cwiki-view.el
index 76ce3f3..a389aec 100644 (file)
@@ -238,6 +238,13 @@ size=\;; "30\" maxlength=\"30\" value=\"\" />")
 ")
        (cond
         ((stringp target)
+         (when (string-match "^char=\\(&[^&;]+;\\)" target)
+           (setq ret (match-end 0))
+           (setq target
+                 (concat "char="
+                         (www-uri-encode-char
+                          (www-uri-decode-char (match-string 1 target)))
+                         (substring target ret))))
          (setq target
                (mapcar (lambda (cell)
                          (if (string-match "=" cell)