gdbserver: use numeric character references for unicode

This commit is contained in:
Liam 2023-10-01 16:21:23 -04:00
parent a0d56c855c
commit 38394f36d7
3 changed files with 21 additions and 2 deletions

View file

@ -38,6 +38,7 @@ bool SplitPath(const std::string& full_path, std::string* _pPath, std::string* _
[[nodiscard]] std::string UTF16ToUTF8(std::u16string_view input);
[[nodiscard]] std::u16string UTF8ToUTF16(std::string_view input);
[[nodiscard]] std::u32string UTF8ToUTF32(std::string_view input);
#ifdef _WIN32
[[nodiscard]] std::string UTF16ToUTF8(std::wstring_view input);