unicode61 tokenizer for OS X only?

Will the Sqlite unicode61 tokenizer be available for Windows eventually? It was made available for OS X in 2014r2.1.

This is the feedback item

[quote]32482 - SQLiteDatabase: enable unicode61 tokenizer for FTS4
Status: Implemented Rank: Not Ranked Product: Xojo Category: Database Engine

William Yu on Sat, 1 Mar 2014 at 3:44 AM
The “unicode61” tokenizer is available beginning with SQLite version 3.7.13. Unicode61 works very much like “simple” except that it does full unicode case folding according to rules in Unicode Version 6.1 and it recognizes unicode space and punctuation characters and uses those to separate tokens. The simple tokenizer only does case folding of ASCII characters and only recognizes ASCII space and punctuation characters as token separators.

William Yu on Tue, 4 Mar 2014 at 2:43 AM
This feature has been implemented. Our testing staff will confirm the feature satisfies the details of the case.
Status changed from ‘Needs Review’ to ‘Implemented’.
Report closed. This case was not ranked.[/quote]

Ah ok so now I understand. The new SQLiteDatabase exists alongside REALSQLDatabase for the time being, they are 2 different plugins!

The unicode61 tokenizer is enabled in SQLiteDatabase but not in REALSQLDatabase, as it is no longer receiving updates.

Correct