발음 기호(diacritic) 제거
붙여 넣은 텍스트에서 발음 기호(diacritic)를 제거해 리스트, 로그, 노트, 프롬프트, 시트 셀을 깔끔하게 정리합니다. 처리는 브라우저 안에서 끝납니다.
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 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.