From: MORIOKA Tomohiko Date: Wed, 7 Apr 2010 23:56:18 +0000 (+0900) Subject: (www-display-feature-desc): Fix problem to display non-ASCII X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fest.git;a=commitdiff_plain;h=b69fc85f31e95b0947041d706d0045e20ea16f80 (www-display-feature-desc): Fix problem to display non-ASCII characters in property `format'. --- diff --git a/cwiki-view.el b/cwiki-view.el index 915fccb..e4e355f 100644 --- a/cwiki-view.el +++ b/cwiki-view.el @@ -228,11 +228,10 @@ size=\;; "30\" maxlength=\"30\" value=\"\" />") (princ "

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