charles-zablit wrote:

> As far as I know, `WriteConsoleW` is the proper way to get Unicode on the 
> console (this resolved #35615). However, that would require a new output, 
> because currently, everything goes through the stdout FD and the C API.

Thanks for clarifying, I corrected the 4th option. 

https://github.com/llvm/llvm-project/commit/2b8c69204b1d37d91cc775d51af50df7f478cecd
 does not look like such big of a change, is `lldb`'s mechanism for printing so 
different from `clang`'s? I can't find where a `Stream` actually gets "printed" 
to the stdout.

https://github.com/llvm/llvm-project/pull/149493
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to