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:
a0c8676
)
(www-batch-view-smart): Use `char-db-json-char-data-with-variant' with
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 1 Jun 2016 06:35:43 +0000
(15:35 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 1 Jun 2016 06:35:43 +0000
(15:35 +0900)
readable mode.
cwiki-view.el
patch
|
blob
|
history
diff --git
a/cwiki-view.el
b/cwiki-view.el
index
3c4e0aa
..
ae852ba
100644
(file)
--- a/
cwiki-view.el
+++ b/
cwiki-view.el
@@
-669,7
+669,7
@@
size=\"30\" maxlength=\"30\" value=\"%s\" />"
;; (princ (encode-coding-string
;; (format "// %S\n" obj)
;; char-db-file-coding-system))
- (char-db-json-char-data-with-variant obj)
+ (char-db-json-char-data-with-variant obj 'printable)
(encode-coding-region
(point-min)(point-max)
char-db-file-coding-system)