diff options
author | crupest <crupest@outlook.com> | 2021-06-07 20:42:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-07 20:42:28 +0800 |
commit | 3ac9362b11383574aca40b33bee55bee3970171c (patch) | |
tree | da4e0cdf14801dfa4f549431aa365fa47a758899 /computer-network-experiment/StringUtil.hpp | |
parent | 45ea1ec04953380ea50e346ba0f1b2eeda0c2dd3 (diff) | |
download | life-3ac9362b11383574aca40b33bee55bee3970171c.tar.gz life-3ac9362b11383574aca40b33bee55bee3970171c.tar.bz2 life-3ac9362b11383574aca40b33bee55bee3970171c.zip |
...
Diffstat (limited to 'computer-network-experiment/StringUtil.hpp')
-rw-r--r-- | computer-network-experiment/StringUtil.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/computer-network-experiment/StringUtil.hpp b/computer-network-experiment/StringUtil.hpp index 1a9634a..b0ca675 100644 --- a/computer-network-experiment/StringUtil.hpp +++ b/computer-network-experiment/StringUtil.hpp @@ -130,6 +130,7 @@ std::string ToUtf8(std::u16string_view s); std::u16string ToUtf16(std::string_view s);
#ifdef WIN32
+std::string ToUtf8(std::wstring_view s);
std::wstring ToUtf16WString(std::string_view s);
#endif
|