We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4b685 commit 7a02764Copy full SHA for 7a02764
source/fundamentals/bson/utf8-validation.txt
@@ -25,8 +25,8 @@ processing overhead since it needs to check the data.
25
If you *disable* validation, your application avoids the validation processing
26
overhead, but cannot guarantee consistent presentation of invalid UTF-8 data.
27
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
+By default, the driver enables UTF-8 validation on BSON strings in documents
+from MongoDB. It checks incoming strings for any characters that are not
30
encoded in a valid UTF-8 format when it transfers data from MongoDB to your
31
application.
32
0 commit comments