[Lldb-commits] [lldb] [lldb] Use Locale to convert between std::wstring and std::string (NFC) (PR #112582)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 21 11:04:47 PDT 2024
labath wrote:
Actually (and, in retrospect, obviously) llvm already has [functions](https://github.com/llvm/llvm-project/blob/7dc2542ac24fcae89dfd179fa58c4ec4fb959e2b/llvm/include/llvm/Support/ConvertUTF.h#L227C6-L227C23) for wstring<->string conversions, so it would be best to use those.
https://github.com/llvm/llvm-project/pull/112582
More information about the lldb-commits
mailing list