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

Fix utf8 issue #2

Closed
wants to merge 3 commits into from
Closed

Commits on Aug 25, 2017

  1. Fix UTF-8 issue with special unicode code points.

    As sqlite3_column_text() returns an unsigned char*, checking each byte as signed int could result in incorrect bitmask and therefore malformatted unicode signs.
    Getting each byte into an unsigned char instead of an int seems to fix this issue.
    spacepope committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    ea91c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086b7bb View commit details
    Browse the repository at this point in the history
  3. to properly work with all functionalities of Cordova-sqlite-evcore-ex…

    …tbuild-free, the matching SQLite build flags have to be added.
    spacepope committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    936c899 View commit details
    Browse the repository at this point in the history