On Sun, Mar 13, 2016 at 9:34 AM, Torleif Haug?deg?rd <tha at tha.no> wrote:

Torleif,

> I?ve read about COLLATE NU800_NOCASE here:
>
> http://www.mail-archive.com/sqlite-users at 
> mailinglists.sqlite.org/msg02380.ht
> ml
>
>
> How can I make this a  loadable extension?

You can get prebuilt loadable extension here:
https://bitbucket.org/alekseyt/nunicode/downloads

Or build it from sources with cmake (mkdir build && cd build && cmake
.. && make). Build instructions are in "BUILD" file,
example of loadable extension usage is in sqlite3/loadextension.c

Hope this helps.

Reply via email to