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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
