MCPcopy 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
239std::wstring UTF8ToUTF16W(std::string_view input) {
240 return CPToUTF16(CP_UTF8, input);
241}
242
243#endif
244

Callers 5

WriteToIniMethod · 0.85
SetUpIniMethod · 0.85
CreateShortcutLinkMethod · 0.85
WriteMethod · 0.85
SetCurrentThreadNameFunction · 0.85

Calls 1

CPToUTF16Function · 0.85

Tested by

no test coverage detected