Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ utf16to8
Function
utf16to8
external/utf8/cpp11.h:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
inline std::string utf16to8(const std::u16string& s)
41
{
42
std::string result;
43
utf16to8(s.begin(), s.end(), std::back_inserter(result));
44
return result;
45
}
46
47
inline std::u16string utf8to16(const std::string& s)
48
{
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected