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
Similar to Apache Cordova CB-9435 (cordova-ios)(will not be fixed, also an issue on macOS ["osx"]): after upgrading to Cordova CLI 6.4.0 (which seems to use [email protected]) my sqlite plugin cannot return results with u2028 (line separator) or u2029 (paragraph separator) characters.
I don't expect this to be an issue on Windows since Cordova does not seem to use JSON on that platform. (I will test and confirm when I get a chance.)UPDATE: Confirming this is NOT an issue on the Windows platform. I am not sure about the deprecated wp8 platform.
I will understand if this is not fixed for Android or iOS but would like to see this limitation documented. I will raise this on Apache Cordova JIRA and contribute this when I get a chance.
The text was updated successfully, but these errors were encountered:
brodycj
changed the title
cordova-android 6.0.0 (installed by cordova-cli 6.4.0) does not u2028/u2029 in results
cordova-android 6.0.0 (installed by cordova-cli 6.4.0) drops result with u2028/u2029
Nov 18, 2016
Similar to Apache Cordova CB-9435 (cordova-ios) (will not be fixed, also an issue on macOS ["osx"]): after upgrading to Cordova CLI 6.4.0 (which seems to use [email protected]) my sqlite plugin cannot return results with
u2028
(line separator) oru2029
(paragraph separator) characters.I don't expect this to be an issue on Windows since Cordova does not seem to use JSON on that platform.
(I will test and confirm when I get a chance.)UPDATE: Confirming this is NOT an issue on the Windows platform. I am not sure about the deprecated wp8 platform.I will understand if this is not fixed for Android or iOS but would like to see this limitation documented. I will raise this on Apache Cordova JIRA and contribute this when I get a chance.
The text was updated successfully, but these errors were encountered: