How does sqlite handle ICU, I don't understand?
is it used only for the sort order?

Best regards,
Sylvain

On Mon, Dec 21, 2009 at 12:41 AM, Sylvain Pointeau <
sylvain.point...@gmail.com> wrote:

> it is written here
> http://userguide.icu-project.org/collation
> <http://userguide.icu-project.org/collation>
> "A letter can be treated as if it were two letters. For example, in
> traditional German "ä" is compared as if it were "ae"."
>
>
>
>
>
> On Mon, Dec 21, 2009 at 12:04 AM, Sylvain Pointeau <
> sylvain.point...@gmail.com> wrote:
>
>> I am pretty sure that ICU should handle those cases.
>> Please note that I tried "=" and "like" for that without any luck.
>>
>> On Sun, Dec 20, 2009 at 7:37 PM, Wolfgang Enzinger 
>> <sql...@enzinger.net>wrote:
>>
>>> Am Sun, 20 Dec 2009 19:24:58 +0100 schrieb Wolfgang Enzinger:
>>>
>>> > I'm pretty sure they don't query their database for " = 'schön'" but
>>> for
>>> > "LIKE 'schön'".
>>>
>>> Correction:
>>>
>>> I'm pretty sure they don't query their database for " = 'schoen'" but for
>>> "LIKE 'schoen'".
>>>
>>> _______________________________________________
>>> sqlite-users mailing list
>>> sqlite-users@sqlite.org
>>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>>
>>
>>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to