How do I remove accentuated characters from a string? Especially in IE6, I had something like this:
accentsTidy = function(s){ var r=s.toLowerCase();
In NPM there is a package for this: latinize
It's a very good package to solve this issue.