projects
/
chise
/
est.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b5217c
)
(www-display-feature-desc): Decode return value of
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 29 Oct 2015 07:55:34 +0000
(16:55 +0900)
committer
MORIOKA 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
patch
|
blob
|
history
diff --git
a/cwiki-view.el
b/cwiki-view.el
index
ead1465
..
bfc35fb
100644
(file)
--- a/
cwiki-view.el
+++ b/
cwiki-view.el
@@
-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