Hi all,

I'm working to enable FTS3 in the next version of Firefox [1] so that extenders can take advantage of it, although Firefox itself isn't using it for the next release.

Given Firefox's international audience, it would be useful for FTS3 to support Unicode. We currently do this for upper(), lower(), and LIKE by redefining them with sqlite3_create_function [2].

For FTS3 it seems like we'd have to redefine the tokenizer and MATCH. Can that be done using sqlite3_create_function, and what's the status of the international support mentioned in a previous message on this list [3]?

-myk


[1] https://bugzilla.mozilla.org/show_bug.cgi?id=413589
[2] http://lxr.mozilla.org/mozilla/source/storage/src/mozStorageUnicodeFunctions.cpp
[3] http://www.mail-archive.com/sqlite-users@sqlite.org/msg27238.html

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to