On Sun, Jun 15, 2014 at 10:02 PM, Josh Wilson <neozenith....@gmail.com> wrote:
> https://bitbucket.org/ottersoftware/fts-diacritic-marks > > Ok so the above project successfully includes a build of sqlite v3.7.15.2 > without ICU but the `unicode61` tokenizer works. > > So I tried the same #defines they used with v3.8.5 and still get 'unknown > tokenizer: unicode61' > > Has something happened between versions? > Works for me. SQLite version 3.8.5 2014-06-13 13:43:25 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> create virtual table t1 using fts4(a,b,tokenize=unicode61); sqlite> insert into t1(a,b) values('this is a test case','abcd efgh jklm'); sqlite> -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users