-
Notifications
You must be signed in to change notification settings - Fork 68
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
How to make the built-in sqlite3 support UTF8 encoding? #138
Comments
Indeed, currently only SM can be used with jxcore-cordova
Right now probably the best way for you would be e.g. to encode base64 data before putting into database an decode while reading. |
Thanks, I'll try that. |
Este módulo que hice soluciona el problema. Simplemente se llama 2016-02-15 16:21 GMT-05:00 AlexZhouAA [email protected]:
|
Hello, friends. |
This should be a significant issue since there're people who need store Chinese, Japanese or Korean information in sqlite db. Unfortunately, if they do so, they'll retrieve scrambled characters when query from database.
And I found #107 where @ktrzeciaknubisa says jx V8 works OK without this issue.
I followed the instructions at https://github.com/jxcore/jxcore/blob/master/doc/Android_Compile.md#compile-as-a-static-library and https://github.com/jxcore/jxcore-cordova#updating-jxcore-binaries-optional
The process was pretty smooth before I tried to recompile .so files.
I got error as below,
Then, I found #12. I can tell currently I can't replace JXcore binaries from sm to v8.
So now, what can I do to make the built-in sqlite3 support UTF8 encoding?
It's essential to my project. Is there any other way to deal this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: