Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citron-neo/emulator
/ UTF8ToUTF16W
Function
UTF8ToUTF16W
src/common/string_util.cpp:239–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
std::wstring UTF8ToUTF16W(std::string_view input) {
240
return CPToUTF16(CP_UTF8, input);
241
}
242
243
#endif
244
Callers
5
WriteToIni
Method · 0.85
SetUpIni
Method · 0.85
CreateShortcutLink
Method · 0.85
Write
Method · 0.85
SetCurrentThreadName
Function · 0.85
Calls
1
CPToUTF16
Function · 0.85
Tested by
no test coverage detected