String ToolsNew
Remove Accents
String ToolsNew
Strip diacritical marks from accented characters using Unicode NFD.
Strip 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 break Vietnamese tone marks?
Yes — that is the point. Save a copy first if you need both versions.
Does it lower-case the text?
No. Case is preserved; only diacritics are stripped.