Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ c32rtomb
Function
c32rtomb
library/Console-posix.cpp:156–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
size_t c32rtomb(char* mb,
157
u32string::value_type c,
158
std::mbstate_t* ps)
159
{
160
return std::wcrtomb(mb, c, ps);
161
}
162
#endif
163
164
//! Convert a locale defined multibyte coding to UTF-32 string for easier
Callers
1
toLocaleMB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected