<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    OK, tested on x86 and x64, it works perfect.<br>
    Thanks a lot Jürgen!<br>
    <br>
    <div class="moz-cite-prefix">On 07/30/2015 11:52 AM, Jürgen E.
      Fischer wrote:<br>
    </div>
    <blockquote cite="mid:20150730095212.GA11296@norbit.de" type="cite">
      <pre wrap="">Hi Denis,

On Thu, 30. Jul 2015 at 11:03:49 +0200, Denis Rouzaud wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">For a QGIS plugin (quickifinder [0]), I am using FTS in SQLite.
While trying to use unicode61 tokenizer, I get a python error:

OperationalError: unknown tokenizer: unicode61

>From sqlite.org documentation [1], unicode61 is available from
version 3.7.13.

I tried with the installed Osgeo4w package, SQLite is at 3.7.17.

>From a quick googling, there is an option at compilation for this
tokenizer:
SQLITE_ENABLE_FTS4_UNICODE61

Is is enabled in Osgeo4w?
If not, is there any reason?
If not, would there be a chance to enable it?
</pre>
      </blockquote>
      <pre wrap="">
from #qgis:
<drouzaud> jef: would it be ok for you to add -DSQLITE_ENABLE_FTS4_UNICODE61 
<drouzaud> ?
<jef> drouzaud: no idea - what does it do?
<drouzaud> jef: it's for a tokenier in full text search
<drouzaud> <a class="moz-txt-link-freetext" href="https://www.sqlite.org/fts3.html#tokenizer">https://www.sqlite.org/fts3.html#tokenizer</a>
<sigq> Title: SQLite FTS3 and FTS4 Extensions (at <a class="moz-txt-link-abbreviated" href="http://www.sqlite.org">www.sqlite.org</a>)
<drouzaud> jef: better handling of latin languages
<jef> drouzaud: try 3.1.17-2 please


Jürgen

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
osgeo4w-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:osgeo4w-dev@lists.osgeo.org">osgeo4w-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev">http://lists.osgeo.org/mailman/listinfo/osgeo4w-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>