Append the UTF‐8 encoding of codePoint to output.
Synopsis
Declared in <bdlde_utf8util.h>
static
int
appendUtf8CodePoint(
std::string* output,
unsigned int codePoint);
Description
Same as the overload taking bsl::string.
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
output |
string that receives the encoded code point |
codePoint |
Unicode code point to encode and append |
Created with MrDocs