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