Nerixyz wrote:

> I added `add_compile_options(/execution-charset:utf-8)` to 
> `llvm-project\lldb\CMakeLists.txt` however that did not fix the issue.

Then setting the code page is probably the best idea, requiring the least 
amount of effort.

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.



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