Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ utf32to8
Function
utf32to8
external/utf8/cpp11.h:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
inline std::string utf32to8(const std::u32string& s)
55
{
56
std::string result;
57
utf32to8(s.begin(), s.end(), std::back_inserter(result));
58
return result;
59
}
60
61
inline std::u32string utf8to32(const std::string& s)
62
{
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected