Source: libsqlite3-0
Severity: normal
Tags: l10n

Debian SQlite appears to be compiled without support for the 'icu' and
'unicode61' tokenizers:

    sqlite> CREATE VIRTUAL TABLE test1 USING fts4(tokenize=simple);
    sqlite> CREATE VIRTUAL TABLE test2 USING fts4(tokenize=porter);
    sqlite> CREATE VIRTUAL TABLE test3 USING fts4(tokenize=icu);
    Error: unknown tokenizer: icu
    sqlite> CREATE VIRTUAL TABLE test4 USING fts4(tokenize=unicode61);
    Error: unknown tokenizer: unicode61

'simple' and 'porter' tokenizers only really work for English, so this
is quite bad for localization.  'icu' is enabled through
SQLITE_ENABLE_ICU, and 'unicode61' should be available since SQlite
3.7.13 ...

For more information see http://www.sqlite.org/fts3.html .

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ja_JP.UTF-8)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to