Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible issue with certain UNICODE character(s) in database file names #459

Open
brodybits opened this issue Apr 10, 2016 · 1 comment
Open

Comments

@brodybits
Copy link
Contributor

Reported by @CookieCookson in #147 (comment):

@brodybits There are other characters which also make this plugin fail on open. I have had issues with the following character:

http://www.fileformat.info/info/unicode/char/2019/index.htm

When I tested the \u2019 in a database file name, it works with the plugin on both Android and iOS (using window.sqlitePlugin.openDatabase), and it works with Web SQL on iOS (using window.openDatabase). For some reason, it fails with Web SQL on Android.

For further testing when I get a chance.

@brodybits
Copy link
Contributor Author

I see a similar issue with Web SQL when opening a database with \u2018 in the file name.

This is NOT an issue when opening a database with this plugin (using window.sqlitePlugin.openDatabase), and is therefore not a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant