From b69fc85f31e95b0947041d706d0045e20ea16f80 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 8 Apr 2010 08:56:18 +0900 Subject: [PATCH] (www-display-feature-desc): Fix problem to display non-ASCII characters in property `format'. --- cwiki-view.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 1.7.10.4