Autocomplete accents filter

Autocomplete accents filter

Hello there.

I'm currently trying to (just practice for personal use: I'm no real developer) make an autocomplete that takes data from a MySQL database.

While I've already got it working with JSON, I tried looking for a string with an accented character ("cráneo"), and it wouldn't work.

Is there a way to implement this into Autocomplete? It already isn't case-sensitive, but given the spread of some latin characters (like "áéíóú"), it would be nice if it could do it as well (Google-like). It could be an Option like filterAccents or something like that.

Thanks in advance for your support.

PS: If you know an alternative method, I'd be happy to check it out, thanks.

--------
To be human is to know the fear of death, yet keep on fighting.