charles-zablit wrote:

Replying to @JDevlieghere from 
[here](https://github.com/llvm/llvm-project/pull/167550#discussion_r2543916491):

> Will this be correct for Xcode and DAP?

**Xcode** does not support Unicode in the lldb console. The env variable `LANG` 
is not defined in this shell, this patch won't change the behavior in Xcode.

<img width="521" height="79" alt="Screenshot 2025-12-02 at 16 46 54" 
src="https://github.com/user-attachments/assets/0d41206c-4b5a-44a4-9e47-3eae35f50d56";
 />

**DAP** does not seem to use the same code path as lldb for diagnostics 
rendering either. This patch won't change the behavior either, although VSCode 
supports Unicode in the debugging console, we could implement support for it.

<img width="586" height="95" alt="Screenshot 2025-12-02 at 16 48 14" 
src="https://github.com/user-attachments/assets/19cae069-d686-4347-a0e9-857c06365701";
 />


https://github.com/llvm/llvm-project/pull/168603
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to