non ascii characters - Accents in HTML5 datalist -


In one form, I have a text input with a dentist in Dalit, I have emphasized those words which Text will not appear in the input. For example: If I type "a", then suggestions in words with "¤¤" or "" will not appear ...

The best sign will be insensitive < P> Does any problem already appear?

Thanks

A dirty way you can do that, something like that By:

  var noAccent = str.normalize ("NFD"). Replace (/ [\ u0300- \ u036f] / g, "");  

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -