On Wed, Feb 25, 2004 at 06:19:02PM +0100, Sebastian Lehmann wrote:
: For this example the search value will be "Ibaïez". Because of the search
: isn't case-sensitive, all letters should be uppercased, using the uc method.

I don't think this is your problem, but in general I think it's better
to canonicalize with lc() because it will try to undo both uppercase
and titlecase.

Larry

Reply via email to