aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-question-print.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index 3200ead..5b29521 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -200,6 +200,10 @@ QUESTION must be a data structure returned by `json-read'."
(sx-question-mode--print-section question)
(sx-assoc-let question
(mapc #'sx-question-mode--print-section .answers))
+ ;; Display weird chars correctly
+ (set-buffer-multibyte nil)
+ (set-buffer-multibyte t)
+ ;; Go up
(goto-char (point-min))
(sx-question-mode-next-section))