(www-display-feature-desc): Fix problem to display non-ASCII
authorMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Wed, 7 Apr 2010 23:56:18 +0000 (08:56 +0900)
committerMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Wed, 7 Apr 2010 23:56:18 +0000 (08:56 +0900)
characters in property `format'.

cwiki-view.el

index 915fccb..e4e355f 100644 (file)
@@ -228,11 +228,10 @@ size=\;; "30\" maxlength=\"30\" value=\"\" />")
 
     (princ "<p>format : ")
     (www-html-display-text
-     (www-xml-format-list
-      (www-feature-format feature-name)
-      ;; (or (char-feature-property feature-name 'format)
-      ;;     '((name) " : " (value)))
-      ))
+     (decode-coding-string
+      (www-xml-format-list
+       (www-feature-format feature-name))
+      'utf-8-mcs-er))
     (unless simple
       (princ
        (format