We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db29a1d commit 8d686c3Copy full SHA for 8d686c3
src/util-inl.h
@@ -731,7 +731,7 @@ inline std::wstring ConvertUTF8ToWideString(const std::string& str) {
731
return wstrTo;
732
}
733
734
-std::string ConvertWideToUTF8(const std::wstring& wstr) {
+std::string ConvertWideStringToUTF8(const std::wstring& wstr) {
735
if (wstr.empty()) return std::string();
736
737
int size_needed = WideCharToMultiByte(CP_UTF8,
0 commit comments