From 554abe7f138de15cb37730eef359145c6b83eb1b Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 1 Jun 2016 15:35:43 +0900 Subject: [PATCH] (www-batch-view-smart): Use `char-db-json-char-data-with-variant' with readable mode. --- cwiki-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwiki-view.el b/cwiki-view.el index 3c4e0aa..ae852ba 100644 --- 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) -- 1.7.10.4