You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround solution for crash in case of emojis and other 4-byte UTF-8 characters in [email protected] (#7) is to replace each 4-byte UTF-8 character (starting with 0xF? value) with single ? mark. This behavior is observed on Android starting with 6.0.
On Android pre-6.0 emojis and other 4-byte UTF-8 characters are stored with non-standard encoding as described in storesafe/cordova-sqlite-storage#564.
The text was updated successfully, but these errors were encountered:
in cordova-sqlite-evcore-common-free version branch
with workaround for 4-byte UTF-8 crash bug ref:
- #44
- #7
and crash bug fix for Samaritan characters ref:
- #37
(cordova-sqlite-evcore-common-free 0.0.4)
Workaround solution for crash in case of emojis and other 4-byte UTF-8 characters in
[email protected]
(#7) is to replace each 4-byte UTF-8 character (starting with 0xF? value) with single?
mark. This behavior is observed on Android starting with 6.0.On Android pre-6.0 emojis and other 4-byte UTF-8 characters are stored with non-standard encoding as described in storesafe/cordova-sqlite-storage#564.
The text was updated successfully, but these errors were encountered: