-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Quick test of 4-byte emoji UTF-8 character in database name will crash on Android in case of the default Android-evcore-native-driver database access implementation (NOT an issue in case of the builtin android.database access implementation which is enabled by the androidDatabaseImplementation: 2 setting in sqlitePlugin.openDatabase). Related issues:
- Database file name with multi-byte UTF-8 characters on Android #25 - issue with multi-byte UTF-8 character such as accented characters or Euro symbol in database name
- App keeps crashing after moving from cordova-sqlite-ext to this version [including emojis] #7 - crash in case of emojis and other 4-byte UTF-8 characters
P.S. For some reason I have only encountered this crash on my Motorola Moto E4 Plus Android 7.1.1 test device so far.