An inconvenient coding error worries about a new dataset in the mongoDB insert and stops my script if there is an encoding problem?
PHP Fatal error: Uncaught exception 'MongoException' with message 'non-utf8 string: ΓΌ'
How to fix a new dataset before breaking a PHP driver?
Is there a better idea than utf8_encode any string data, even those that are already utf8?
source share