MCPcopy Create free account
hub / github.com/audacity/audacity / ToUTF8

Function ToUTF8

libraries/lib-string-utils/CodeConversions.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18
19std::string ToUTF8 (const std::wstring& wstr)
20{
21 return std::wstring_convert<std::codecvt_utf8<wchar_t>> ().to_bytes (wstr);
22}
23
24std::string ToUTF8 (const wchar_t* wstr)
25{

Callers 15

ServiceConfigMethod · 0.85
GetOAuthLoginPageMethod · 0.85
GetFinishUploadPageMethod · 0.85
GetAudioPagePathMethod · 0.85
GetProjectPagePathMethod · 0.85
GetProjectsPagePathMethod · 0.85
DownloadAvatarMethod · 0.85
AuthoriseRefreshTokenMethod · 0.85
GetUploadRequestPayloadFunction · 0.85
CompletePromiseMethod · 0.85
HandleUploadPolicyMethod · 0.85
SyncCloudSnapshotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected