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 Dec 16, 2015
1 parent 9527b5d commit bbe4c34
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 177 deletions.
Loading

0 comments on commit bbe4c34

Please sign in to comment.