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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -