File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ processing overhead since it needs to check the data.
25
25
If you *disable* validation, your application avoids the validation processing
26
26
overhead, but cannot guarantee consistent presentation of invalid UTF-8 data.
27
27
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.
31
32
32
33
.. note::
33
34
You can’t perform that action at this time.
0 commit comments