Re: [PHP-DEV] Re: stristr()

2005-10-24 Thread Rolland Santimano
--- Andrei Zmievski <[EMAIL PROTECTED]> wrote: > > One of the ICU guys had the following suggestion, when I asked > about case insensitive version of u_strstr() a while back: > > > 1. Go one step further and make your string search > > language-sensitive, using ICU's string search API (which is b

[PHP-DEV] Re: stristr()

2005-10-24 Thread Andrei Zmievski
On Oct 22, 2005, at 2:31 AM, Rolland Santimano wrote: Ah, right. But, I see that context/locale-sensitive full-case mapping is only possible via u_strToLower(), which works on code units. And I can't find any ICU funcn that works with codepts. No, u_strToLower() works on code points. The fact