![]() |
perl-unicode
|
Re: Converting string to UTF-16LE2004-03-01 12:30:08On 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
|
|