Try to ensure console output is correctly encoded
commit3f7be6270618acdf9dddbcd6ffd6ea9e03171cf9
authorJon Turney <jon.turney@dronecode.org.uk>
Thu, 16 Jun 2022 16:03:03 +0000 (16 17:03 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Fri, 17 Jun 2022 11:50:49 +0000 (17 12:50 +0100)
treea2981f6ffa352711974e5f7f98876942c2434437
parent6ac90bf08213d9b7a20fc9f086fb89601a7a2019
Try to ensure console output is correctly encoded

Previously, all log messages were ASCII, so this wasn't a concern.  Now
that log may contain UTF-8, we need to ensure that appears correctly.
LogFile.cc
String++.cc
String++.h