diff options
| author | 2023-10-07 12:49:27 -0400 | |
|---|---|---|
| committer | 2023-10-07 12:49:27 -0400 | |
| commit | 0e9b839b6f5e10ea35ee3db79226fcc535c90064 (patch) | |
| tree | 08825c9526eaf9bd8f981ddbd84e44ad36f3a877 /src/common/string_util.h | |
| parent | Merge pull request #11544 from Kelebek1/reduce_stream_buffer_renderdoc (diff) | |
| parent | gdbserver: use numeric character references for unicode (diff) | |
| download | yuzu-0e9b839b6f5e10ea35ee3db79226fcc535c90064.tar.gz yuzu-0e9b839b6f5e10ea35ee3db79226fcc535c90064.tar.xz yuzu-0e9b839b6f5e10ea35ee3db79226fcc535c90064.zip | |
Merge pull request #11648 from liamwhite/unicode-nonsense
gdbserver: use numeric character references for unicode
Diffstat (limited to 'src/common/string_util.h')
| -rw-r--r-- | src/common/string_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/string_util.h b/src/common/string_util.h index c351f1a0c..9da1ca4e9 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h | |||
| @@ -38,6 +38,7 @@ bool SplitPath(const std::string& full_path, std::string* _pPath, std::string* _ | |||
| 38 | 38 | ||
| 39 | [[nodiscard]] std::string UTF16ToUTF8(std::u16string_view input); | 39 | [[nodiscard]] std::string UTF16ToUTF8(std::u16string_view input); |
| 40 | [[nodiscard]] std::u16string UTF8ToUTF16(std::string_view input); | 40 | [[nodiscard]] std::u16string UTF8ToUTF16(std::string_view input); |
| 41 | [[nodiscard]] std::u32string UTF8ToUTF32(std::string_view input); | ||
| 41 | 42 | ||
| 42 | #ifdef _WIN32 | 43 | #ifdef _WIN32 |
| 43 | [[nodiscard]] std::string UTF16ToUTF8(std::wstring_view input); | 44 | [[nodiscard]] std::string UTF16ToUTF8(std::wstring_view input); |