Fwd: Accent insensitive search

2014-02-21 Thread João Fernandes
Hi there, does anyone know if it's possible to find if a substring is contained in a string but performing an accent insensitive search? I tried using the flash native collator but it only supports equals() . Regards -- João Fernandes

Re: Accent insensitive search

2014-02-21 Thread simon gladman
e to find if a substring is > contained in a string but performing an accent insensitive search? > > I tried using the flash native collator but it only supports equals() . > > Regards > -- > > João Fernandes > -- *flexmonkey.co.uk <http://flexmonkey.co.uk> | @FlexM

Re: Accent insensitive search

2014-02-21 Thread João Fernandes
João Fernandes < > joaopedromartinsfernan...@gmail.com> wrote: > > > Hi there, does anyone know if it's possible to find if a substring is > > contained in a string but performing an accent insensitive search? > > > > I tried using the flash native collator

Re: Accent insensitive search

2014-02-21 Thread Javier Guerrero García
SortingCollator is what you need: > > > > > > > http://help.adobe.com/en_US/flex/using/WS19f279b149e7481c-1c03f02c12bd00c4763-8000.html > > > > Simon > > > > > > On 21 February 2014 14:21, João Fernandes < > > joaopedromartinsfernan...@gmai

Re: Accent insensitive search

2014-02-21 Thread João Fernandes
f279b149e7481c-1c03f02c12bd00c4763-8000.html > > > > > > Simon > > > > > > > > > On 21 February 2014 14:21, João Fernandes < > > > joaopedromartinsfernan...@gmail.com> wrote: > > > > > > > Hi there, does anyone know if

RE: Accent insensitive search

2014-02-21 Thread Alex Harui
check using Collator. Would potentially be slow though. -Alex From: João Fernandes [joaopedromartinsfernan...@gmail.com] Sent: Friday, February 21, 2014 10:23 AM To: users@flex.apache.org Subject: Re: Accent insensitive search The problem is, that solution

Re: Accent insensitive search

2014-03-04 Thread João Fernandes
ndes [joaopedromartinsfernan...@gmail.com] > Sent: Friday, February 21, 2014 10:23 AM > To: users@flex.apache.org > Subject: Re: Accent insensitive search > > The problem is, that solution works ok for latin languages but the > replacement table is way bigger than that. For exampl