Closed furushchev closed 6 years ago
Can one of the STRANDS admins verify this patch? Post a comment containing "ok to test" to enable Jenkins builds for this pull request.
Merge build triggered.
Merge build triggered.
@bfalacerda I wonder if this is related to our weird string escape issue!
ok to test
Merge build triggered.
@hawesie Hi, I'm using the patched package for more than a month and have no problem. Do you have any comment? (If not I'll merge this PR)
Please merge and I'll create a new release this week.
@hawesie Thank you! Merged!
Querying messages including non-ascii unicode string inside fails on filling message data from mongodb BSON document with the error like below:
Since mongodb keeps data only with
utf-8
encoding, I added a code to force encode unicode string as 'utf-8' byte string.