Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
std::string ToUTF8 (const std::wstring& wstr)
20
{
21
return std::wstring_convert<std::codecvt_utf8<wchar_t>> ().to_bytes (wstr);
22
}
23
24
std::string ToUTF8 (const wchar_t* wstr)
25
{
Callers
15
ServiceConfig
Method · 0.85
GetOAuthLoginPage
Method · 0.85
GetFinishUploadPage
Method · 0.85
GetAudioPagePath
Method · 0.85
GetProjectPagePath
Method · 0.85
GetProjectsPagePath
Method · 0.85
DownloadAvatar
Method · 0.85
AuthoriseRefreshToken
Method · 0.85
GetUploadRequestPayload
Function · 0.85
CompletePromise
Method · 0.85
HandleUploadPolicy
Method · 0.85
SyncCloudSnapshot
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected