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
Copy file name to clipboardExpand all lines: spec/www/spec/db-tx-string-test.js
+10-7
Original file line number
Diff line number
Diff line change
@@ -1062,13 +1062,6 @@ var mytests = function() {
1062
1062
});
1063
1063
},MYTIMEOUT);
1064
1064
1065
-
// ENCODING BUG REPRODUCED for emojis and other
1066
-
// 4-byte UTF-8 characters in SELECT HEX value tests
1067
-
// on default Android database access implementation
1068
-
// (Android-sqlite-connector with Android-sqlite-ext-native-driver,
1069
-
// using NDK) on Android pre-6.0
1070
-
// ref: litehelpers/Cordova-sqlite-storage#564
1071
-
1072
1065
it(suiteName+'string HEX value test with UTF-8 3-byte Samaritan character Bit (U+0801) [default sqlite HEX encoding: UTF-6le on Windows & Android 4.1-4.3 (WebKit) Web SQL, UTF-8 otherwise]',function(done){
it(suiteName+'string HEX value test with UTF-8 4-byte Gothic bairkan 𐌱 (U+10331) [XXX ENCODING BUG REPRODUCED on default Android SQLite3 NDK build (using Android-sqlite-connector with Android-sqlite-ext-native-driver) on Android 4.x/5.x; default sqlite HEX encoding: UTF-6le on Windows & Android 4.1-4.3 (WebKit) Web SQL, UTF-8 otherwise]',function(done){
1152
+
// ENCODING BUG REPRODUCED for 4-byte UTF-8 characters
1153
+
// on default Android database access implementation
1154
+
// (Android-sqlite-connector with Android-sqlite-ext-native-driver,
0 commit comments