On Tue, Oct 23, 2012 at 10:46 AM, hakan <hexi...@users.sourceforge.net>wrote:

> **
> I second that, and also support for more tokenizer in the FTS, default
> today is "simple"
>
> "An FTS tokenizer is a set of rules for extracting terms from a document
> or basic FTS full-text query."
>
> Like SQLITE_ENABLE_ICU and /DSQLITE_ENABLE_FTS4_UNICODE61
>

I looked at ICU.  The build would need to link to that library to be able
to do SQLITE_ENABLE_ICU.  This looks interesting to me, but more than I'm
prepared to do in 2012.

Strings coming through Rexx will not be unicode.  The ICU library might
make it possible to translate the Rexx strings to UNICODE, but of course
you would not be able to use the full range of UNICODE characters.  There
would need to be some method to allow you to put UNICODE strings into the
database.  Perhaps a way to load the strings from a file that is not
filtered through Rexx.  Or a method that would allow creating a Rexx buffer
object filled with bytes.

All, in all it would take considerable work over what is currently
available in ooSQLite.

--
Mark Miefeld
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to