Load into the destination the UTF‐32 conversion of the UTF‐8 source. Return 0 on success and a non‐zero status otherwise. See the first utf8ToUtf32 overload in this group for full contract details.
Synopsis
Declared in <bdlde_charconvertutf32.h>
static
int
utf8ToUtf32(
bsl::vector<unsigned int>* dstVector,
std::string_view const& srcString,
unsigned int errorWord = '?',
ByteOrder::Enum byteOrder = ByteOrder::e_HOST);
Created with MrDocs