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.

Synopsis

Declared in <bdlde_utf8util.h>

static
int
appendUtf8Character(
    bsl::string* output,
    unsigned int codePoint);

Description

DEPRECATED: Use appendUtf8CodePoint instead.

Created with MrDocs