aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index e436fa1..81204bd 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -152,7 +152,7 @@ run_cmd (tracer& t,
text << s;
}
- to_utf8 (s, '?');
+ to_utf8 (s, '?', codepoint_types::graphic, U"\n\r\t");
log += s;
log += '\n';