Description
The mongoimport tool will happily let me import data with invalid UTF-8 encoding. MongoDB shell and PyMongo driver will then barf when I try to query the collection, when some invalid UTF-8 characters appear in the documents.
The mongoimport tool will happily let me import data with invalid UTF-8 encoding. MongoDB shell and PyMongo driver will then barf when I try to query the collection, when some invalid UTF-8 characters appear in the documents.