appendUtf8CodePoint overloads
Declared in <bdlde_utf8util.h>
Append the UTF-8 encoding of the specified Unicode codePoint to the specified output string. Return 0 on success, and a non-zero value otherwise.
static
int
appendUtf8CodePoint(
bsl::string* output,
unsigned int codePoint);
» more...
Same as the related overload above for appendUtf8CodePoint.
static
int
appendUtf8CodePoint(
std::pmr::string* output,
unsigned int codePoint);
» more...
Same as the overload taking bsl::string.
static
int
appendUtf8CodePoint(
std::string* output,
unsigned int codePoint);
» more...