bson_append_utf8 (3) Linux Manual Page
NAME
bson_append_utf8() – The bson_append_utf8() function shall append a UTF-8 encoded string to bson.
SYNOPSIS
bool bson_append_utf8(bson_t *bson,
const char *key,
int key_length,
const char *value,
int length);
PARAMETERS
bson- A
bson_t\&.
key- An ASCII C string containing the name of the field.
key_length- The length of
keyin bytes, or -1 to determine the length withstrlen(3)\&.
value- A UTF-8 encoded string.
length- The number of bytes in
valueexcluding the trailing
