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