MCPcopy Create free account
hub / github.com/AgoraIO/API-Examples / cs2utf8

Function cs2utf8

windows/APIExample/APIExample/stdafx.cpp:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342wchar_t advancedSimulcast[INFO_LEN] = { 0 };
343
344std::string cs2utf8(CString str)
345{
346 char szBuf[2 * MAX_PATH] = { 0 };
347 WideCharToMultiByte(CP_UTF8, 0, str.GetBuffer(0), str.GetLength(), szBuf, 2 * MAX_PATH, NULL, NULL);
348 return szBuf;
349}
350
351std::string cs2ANSI(CString str)
352{

Calls 1

GetLengthMethod · 0.80

Tested by

no test coverage detected