Remove accents and diacritics
Convert accented characters to their plain base letters — café → cafe, naïve → naive, résumé → resume. Useful for slugs, file names, search keys and systems that only accept ASCII.
It works by Unicode-normalizing your text and stripping the combining accent marks, all inside your browser.