aboutsummaryrefslogtreecommitdiff
path: root/works/life/computer-network-experiment/StringUtil.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-07 20:42:28 +0800
committercrupest <crupest@outlook.com>2021-06-07 20:42:28 +0800
commit42f7fc1876cbe68569771b97a8935fbca7fa3ee4 (patch)
tree1b59d74002c30f9aa14fac4d27e7d97b5d2ddcbe /works/life/computer-network-experiment/StringUtil.hpp
parent2bc323cfa5d317188da591413bce7f1230e383b4 (diff)
downloadcrupest-42f7fc1876cbe68569771b97a8935fbca7fa3ee4.tar.gz
crupest-42f7fc1876cbe68569771b97a8935fbca7fa3ee4.tar.bz2
crupest-42f7fc1876cbe68569771b97a8935fbca7fa3ee4.zip
import(life): ...
Diffstat (limited to 'works/life/computer-network-experiment/StringUtil.hpp')
-rw-r--r--works/life/computer-network-experiment/StringUtil.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/works/life/computer-network-experiment/StringUtil.hpp b/works/life/computer-network-experiment/StringUtil.hpp
index 1a9634a..b0ca675 100644
--- a/works/life/computer-network-experiment/StringUtil.hpp
+++ b/works/life/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