Extending the documentation.

This commit is contained in:
Daniel Lemire 2020-06-22 16:32:00 -04:00
parent 33e003616d
commit 89c2582376
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ The simdjson library has fast functions to validate UTF-8 strings. They are many
The UTF-8 validation function merely checks that the input is valid UTF-8: it works with strings in general, not just JSON strings.
Your input string does not need any padding. Any string will do. The `validate_utf8` function does not do any memory allocation on the heap, and it does not throw exceptions.
C++17 Support
-------------