mobilexag / cordova-sqlite-evplus-ext-free

Other
0 stars 2 forks source link

EU string support with fixed handling of emojis & other 4-byte UTF-8 chars on Android #17

Closed brodycj closed 5 years ago

brodycj commented 5 years ago

EU character support in UPPER & LOWER functions

using functions from:

with Android SQLite evcore-native-driver implementation built from:

with fix for emojis and other 4-byte UTF-8 characters on Android 6.0(+)

now with Android pre-6.0 no longer supported due to some possibly crashing tests and other character handling issues

and with SQLite 3.28.0 update for all supported platforms Android, iOS, Windows, and mac OS ("osx")

SKIP some possibly crashing tests on Windows & Android, especially Android pre-6.0

Includes some new EU & emoji character tests merged in from cordova-sqlite-storage-commoncore version branch of cordova-sqlite-storage (with no additional code changes included).

(cordova-sqlite-evplus-ext-free 0.4.0-pre01)

P.S. Here are some quick installation directions for testing purposes:

cordova plugin rm cordova-sqlite-evplus-ext-free
cordova plugin add https://github.com/mobilexag/cordova-sqlite-evplus-ext-free#brodybits-eu+emoji-pre01