Hi:

If you're still interested in the solution of the autocomplete
encoding, I suggest you to visit this link:

http://www.autonecrologia.net/?p=422

My English isn't very well but I think you understand me

Bye

On 25 ago, 07:41, Adriano Varoli Piazza <mora...@gmail.com> wrote:
> On 24 ago, 17:46, Adriano Varoli Piazza <mora...@gmail.com> wrote:
>
> > I'd like to bump this up. I'm trying to implement a dynamic form, and
> > I need to query for words containing (in this particular case) ñ.
>
> > Example:
> > I want to query for the city 'Añatuya'.
> > - typing in 'aña' doesn't find it.
> > - typing in 'ana' displays the word, but without the 'aña' sequence
> > highlighted. (other returned strings that do contain 'ana' are
> > properly highlighted).
>
> > - firebug tells me the query string sent 
> > ishttp://localhost/alabern/autocomplete/prov.php?q=a%C3%B1a&limit=1000&;...
>
> I was able to solve this simply by using utf8_decode() (php here, if
> you didn't notice) on the q string passed to the action. Simpler than
> it appeared.
>
> --
> Saludos
> Adriano

Reply via email to