(www-batch-view-smart): Use `char-db-json-char-data-with-variant' with
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 1 Jun 2016 06:35:43 +0000 (15:35 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 1 Jun 2016 06:35:43 +0000 (15:35 +0900)
readable mode.

cwiki-view.el

index 3c4e0aa..ae852ba 100644 (file)
@@ -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)