8000 Do not use UTF-8 · dw3/android-database-sqlcipher@d2d8328 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2d8328

Browse files
Do not use UTF-8
1 parent 6cc26ff commit d2d8328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jni/CursorWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555

5656
// When defined to true strings are stored as UTF8, otherwise they're UTF16
57-
#define WINDOW_STORAGE_UTF8 1
57+
#define WINDOW_STORAGE_UTF8 0
5858

5959
// When defined to true numberic values are stored inline in the field_slot_t, otherwise they're allocated in the window
6060
#define WINDOW_STORAGE_INLINE_NUMERICS 1

0 commit comments

Comments
 (0)
0