MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / append16

Function append16

external/utf8/cpp11.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace utf8
34{
35 inline void append16(utfchar32_t cp, std::u16string& s)
36 {
37 append16(cp, std::back_inserter(s));
38 }
39
40 inline std::string utf16to8(const std::u16string& s)
41 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected