From b3732e84b40490c0d21ae6f898f43f214120717f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 27 Jul 2020 16:22:41 +0300 Subject: Fix command logs UTF-8-sanitization --- bbot/worker/worker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/worker/worker.cxx') 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'; -- cgit v1.1