Hertwig van Zwietering wrote:
> I just compiled the SQLite 3.7.14.1 version because I want to try the
> unicode61 tokenizer in FTS4. From how I read the documentation, the
> unicode61 tokenizer should be available by default.

Does it actually say "by default"?

> However, as soon as I try to create a FTS table with the
> tokenize=unicode61, I get the error that this tokenizer is not
> available.
>
> SQLITE_DISABLE_FTS3_UNICODE is not added.

Add SQLITE_ENABLE_FTS4_UNICODE61.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to