(www-display-feature-desc): Decode return value of
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 29 Oct 2015 07:55:34 +0000 (16:55 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 29 Oct 2015 07:55:34 +0000 (16:55 +0900)
`char-feature-property' [perhaps `char-feature-property' should return
decoded string].

cwiki-view.el

index ead1465..bfc35fb 100644 (file)
@@ -443,7 +443,9 @@ size=\"30\" maxlength=\"30\" value=\"%s\" />"
     
     (www-html-display-paragraph
      (format "description : %s"
-             (or (char-feature-property feature-name 'description)
+             (or (decode-coding-string
+                 (char-feature-property feature-name 'description)
+                 'utf-8-mcs-er)
                 "")))
     (when lang
       (www-html-display-paragraph