Skip to content

Commit 4f4b685

Browse files
committed
flow + bson strings
1 parent 0db855a commit 4f4b685

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/fundamentals/bson/utf8-validation.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ processing overhead since it needs to check the data.
2525
If you *disable* validation, your application avoids the validation processing
2626
overhead, but cannot guarantee consistent presentation of invalid UTF-8 data.
2727

28-
The driver enables UTF-8 validation on documents coming from MongoDB by default.
29-
It checks incoming documents for any characters that are not encoded in a
30-
valid UTF-8 format when it transfers data from MongoDB to your application.
28+
By default, the driver enables UTF-8 validation on BSON strings in documents
29+
from MongoDB. It checks incoming documents for any characters that are not
30+
encoded in a valid UTF-8 format when it transfers data from MongoDB to your
31+
application.
3132

3233
.. note::
3334

0 commit comments

Comments
 (0)