Skip to content

Commit

Permalink
Use UTF-8 functions of SQLite (instead of UTF-16 functions) to avoid
Browse files Browse the repository at this point in the history
unexpected data type conversions.

Don't use modified UTF-8, see xerial#61
Convert Java Strings to "unmodified" UTF-8 and vice versa.
Improve out-of-memory handling.

Fixes xerial#78
  • Loading branch information
mkauf committed Jul 4, 2016
1 parent cc16b8f commit b8db61d
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 180 deletions.
Loading

0 comments on commit b8db61d

Please sign in to comment.