[sqlite] [PATCH] Case-insensitivity for LIKE operator and UTF-8 strings

2006-01-06 Thread stanley_87
This patch is aimed to fix the case-insentivity for the LIKE operator, which currently works only for latin-1 ASCII sybmbols. The patch now supports case-insensitivity for the Cyrillic, Latin and Greek alphabets, as well as other individual symbols (such as umlauts in German). Support for other l

[sqlite] A patch concerning case-insensitive compare of utf-8 strings

2005-12-13 Thread stanley_87
Hello, I was working on a patch that fixes the incorrect case-insensitive comparison of utf-8 strings on LIKE statement. I think that it is working ok now, and I wonder where and in what format should I send the patch for review and potential inclusion. Thanks Stanislav