From 364ce55c0fa137006dad4a06d3b1de2663e8ec6e Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Tue, 10 Mar 2015 12:05:21 +0100 Subject: [PATCH] Problem with UNICODE line separator (\u2028) in readme (ref: #147) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26546e886..12825e9e7 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ License for iOS version: MIT only - The db version, display name, and size parameter values are not supported and will be ignored. - The sqlite plugin will not work before the callback for the "deviceready" event has been fired, as described in **Usage**. - The Android version cannot work with more than 100 open db files due to its threading model. +- UNICODE line separator (`\u2028`) is currently not supported and known to be broken in iOS version. ## Limited support (testing needed)