AK
appkiro.comStrip diacritical marks from accented characters using Unicode NFD normalisation. Useful when generating slugs, comparing names across locales, or preparing text for systems that only accept ASCII.
Some characters (like ß, æ, ø) do not decompose into ASCII equivalents via NFD. Apply manual mappings if you need full transliteration.
Will this remove accent marks from names?
Yes. Save a copy first if you need both the original spelling and the plain-text version.
Does it lower-case the text?
No. Case is preserved; only diacritics are stripped.