ダイアクリティカルマーク を削除
貼り付けたテキストから ダイアクリティカルマーク を取り除き、リスト・ログ・メモ・プロンプト・スプレッドシートのセルなどを整えられます。処理はブラウザ内で完結します。
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.