Bug#758985: libsqlite3-0: Please support 'icu' and 'unicode61' tokenizers

2024-06-06 Thread Mike Gabriel
Hi Laszlo, On Di 07 Mai 2024 21:28:05 CEST, László Böszörményi (GCS) wrote: Please consider enabling the ICU extension and making sqlite3 i18n capable for languages using regional fonts etc. If this change is not acceptable, please also let me know. I'm going to upload it to experimental as i

Bug#758985: libsqlite3-0: Please support 'icu' and 'unicode61' tokenizers

2024-05-24 Thread Mike Gabriel
Hi Laszlo, sorry for the long pause regarding the below. On Di 07 Mai 2024 21:28:05 CEST, László Böszörményi (GCS) wrote: Hi Mike, On Mon, May 6, 2024 at 10:27 PM Mike Gabriel wrote: Find attached a .debdiff patch that fixes bug #758985 by building sqlite3 with SQLITE_ENABLE_ICU. I think

Bug#758985: libsqlite3-0: Please support 'icu' and 'unicode61' tokenizers

2024-05-07 Thread GCS
Hi Mike, On Mon, May 6, 2024 at 10:27 PM Mike Gabriel wrote: > Find attached a .debdiff patch that fixes bug #758985 by building > sqlite3 with SQLITE_ENABLE_ICU. I think there was a time when it was already enabled. Caused some problems, but so late I can't remember exactly. > Please consider

Bug#758985: libsqlite3-0: Please support 'icu' and 'unicode61' tokenizers

2024-05-06 Thread Mike Gabriel
Control: severity -1 important Control: tags -1 patch Dear Laszlo, On Mo 06 Mai 2024 21:03:07 CEST, Debian Bug Tracking System wrote: Source: libsqlite3-0 Severity: normal Tags: l10n Debian SQlite appears to be compiled without support for the 'icu' and 'unicode61' tokenizers: sqlite> CR

Bug#758985: libsqlite3-0: Please support 'icu' and 'unicode61' tokenizers

2014-08-27 Thread Andrei POPESCU
Control: reassign -1 libsqlite3-0 On Sb, 23 aug 14, 11:05:00, Leonardo Boiko wrote: > 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(to

Bug#758985: libsqlite3-0: Please support 'icu' and 'unicode61' tokenizers

2014-08-23 Thread Leonardo Boiko
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> CREAT