sqlite-android icon indicating copy to clipboard operation
sqlite-android copied to clipboard

[QUESTION] Can you provide precompiled libSqliteICU.so?

Open malloth opened this issue 8 years ago • 2 comments

Can you provide (in github's releases) libSqliteICU.so precompiled for the same architectures as your SQLite-android lib? I'm asking because I'd like to use SQLiteCustomExtension to load ICU extension (as you don't give a direct support for LOCALIZED collation).

Alternatively, can you add a full support for LOCALIZED collator in future releases? This is very important as BINARY sorting and grouping is not an option for my country locale.

malloth avatar Jan 04 '17 08:01 malloth

Alternatively, can you add a full support for LOCALIZED collator in future releases

+1

IlyaDvoinoi avatar Jan 10 '17 14:01 IlyaDvoinoi

Yes this is something that could be included as a separate artifact. It was not included originally due to the size of the library

npurushe avatar Jan 11 '17 07:01 npurushe