[Lldb-commits] [lldb] [lldb] improve the heuristics for checking if a terminal supports Unicode (PR #168603)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 18 13:16:11 PST 2025


================
@@ -102,7 +102,7 @@ void RenderDiagnosticDetails(Stream &stream,
   // characters.  In the future it might make sense to move this into
   // Host so it can be customized for a specific platform.
----------------
bulbazord wrote:

Does it make sense to move this into Host now? I'm generally not a fan of `ifdef` code in Utility if it can be helped, but I understand if it would be a large amount of work otherwise.

https://github.com/llvm/llvm-project/pull/168603


More information about the lldb-commits mailing list