Details
Description
in e.g., SQLiteQuery.cc: 249, there is an attempt to log a string that may not be Modified UTF-8 and will, therefore, cause the Java bindings to fail.
Core either needs to convert these strings, or give the Java bindings a chance to do so.
Attachments
Issue Links
- links to
Build couchbase-lite-java-2.7.0-4 contains couchbase-lite-java commit df5418f with commit message:
CBL-463Fix logCallback to properly handle UTF-8 (#155)