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

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 11 04:56:27 PST 2025


slydiman wrote:

It seems lldb prints unicode to stdout 
```
(lldb) log enable -x
                  ˄˜
                  ╰─ error: unknown or ambiguous option
(lldb) 
```
but filecheck.exe cannot read unicode from stdin. 
It reads `╦ä╦£` (or something else with non-English default locale) instead of `˄˜`.



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


More information about the lldb-commits mailing list