![]() |
![]()
| ![]() |
![]()
SYNOPSISbool bson_utf8_validate (const char *utf8, size_t utf8_len, bool allow_null); PARAMETERS
DESCRIPTIONValidates 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). RETURNStrue if utf8 contains valid UTF-8. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|