In _bson_utf8_get_sequence we allow character lengths up to 6 bytes, which indicates we're parsing the CESU-8 character set, not string UTF-8. Figure out if this is true and if we did it correctly. If so, document it.
- related to
-
CDRIVER-2401 Handle UTF-8 multibyte NIL in bson_utf8_validate, and UTF-8 validate URI strings before parsing
- Closed