DOKK / manpages / debian 12 / libbson-doc / bson_utf8_validate.3.en
BSON_UTF8_VALIDATE(3) libbson BSON_UTF8_VALIDATE(3)

bson_utf8_validate - bson_utf8_validate()

bool
bson_utf8_validate (const char *utf8, size_t utf8_len, bool allow_null);


  • utf8: A string to verify.
  • utf8_len: The length of utf8 in bytes.
  • allow_null: A bool indicating that embedded \0 bytes are allowed.

Validates that the content within utf8 is valid UTF-8 (by the RFC 3629 standard). If allow_null is true, then embedded NULL bytes are allowed (\0).

true if utf8 contains valid UTF-8.

MongoDB, Inc

2017-present, MongoDB, Inc

October 20, 2022 1.23.1