{"id":5095,"date":"2026-06-18T12:14:44","date_gmt":"2026-06-18T12:14:44","guid":{"rendered":"https:\/\/rimanagency.com\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/"},"modified":"2026-06-18T12:14:44","modified_gmt":"2026-06-18T12:14:44","slug":"em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation","status":"publish","type":"page","link":"https:\/\/rimanagency.com\/fr\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/","title":{"rendered":"Suppression des tirets cadratins et des guillemets typographiques \u2014 Supprime les guillemets typographiques, les tirets cadratins et la ponctuation IA"},"content":{"rendered":"<style>.rt-h{background:linear-gradient(135deg,#f1f5e8,#e8efdb);border-radius:14px;padding:32px;margin:0 0 24px;text-align:center}.rt-h h1{margin:0 0 10px;font-size:28px;color:#4a6320}.rt-g{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 24px}.rt-f,.rt-o{background:#fff;border:1px solid #e0e6d8;border-radius:10px;padding:22px}.rt-f h3,.rt-o h3{margin:0 0 14px;color:#4a6320;font-size:18px}.rt-f label{display:block;font-size:13px;color:#516048;font-weight:600;margin:10px 0 6px}.rt-f input,.rt-f select,.rt-f textarea{width:100%;padding:9px;border:1px solid #d4dac6;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:inherit}.rt-btn{background:#719430;color:#fff;border:none;padding:11px 20px;border-radius:6px;font-weight:700;cursor:pointer;width:100%;margin-top:14px;font-size:15px}.rt-btn:hover{background:#4a6320}.rt-cta{background:linear-gradient(135deg,#719430,#4a6320);color:#fff;border-radius:14px;padding:32px;text-align:center;margin:30px 0}.rt-cta h3{margin:0 0 6px;color:#fff}.rt-cta a{background:#fff;color:#4a6320;padding:12px 28px;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;margin-top:14px}.rt-o-big{font-size:36px;font-weight:800;color:#719430;text-align:center;margin:6px 0;word-break:break-word}@media(max-width:768px){.rt-g{grid-template-columns:1fr}}<\/style>\n<div class=\"rt-h\">\n<h1>Em-Dash &#038; Smart Quote Remover<\/h1>\n<p>Strip em-dashes, en-dashes, smart (curly) quotes, ellipses, and other AI-typical punctuation from any text. Output is clean ASCII-safe text that pastes correctly into code, terminals, CSV files, and email subject lines.<\/p>\n<\/div>\n<div class=\"rt-g\">\n<div class=\"rt-f\">\n<h3>Your Text<\/h3>\n<p><label>Paste text<\/label><textarea id=\"em-in\" rows=\"7\" placeholder=\"Paste text \u2014 including em-dashes, curly quotes, ellipses\u2026\"><\/textarea><label>Replacement style<\/label><select id=\"em-mode\"><option value=\"ascii\" selected>Convert to ASCII equivalents (recommended)<\/option><option value=\"delete\">Delete entirely (no replacement)<\/option><\/select><\/div>\n<div class=\"rt-o\">\n<h3>Cleaned ASCII Text<\/h3>\n<p><textarea id=\"em-out\" rows=\"6\" readonly style=\"width:100%;padding:10px;border:1px solid #d4dac6;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:Consolas,monospace;background:#fafafa\"><\/textarea><button class=\"rt-btn\" style=\"background:#516048;margin-top:10px\" onclick=\"copyemdash()\">Copy to Clipboard<\/button><\/p>\n<div id=\"em-stats\" style=\"margin-top:14px;font-size:13px;color:#516048\"><\/div>\n<\/div>\n<\/div>\n<p><script>function cEm(){var t=document.getElementById(\"em-in\").value;var m=document.getElementById(\"em-mode\").value;var replacements=[[\/[\\u2018\\u2019\\u201A\\u201B\\u2032\\u2035]\/g,\"'\",\"Single smart quotes\"],[\/[\\u201C\\u201D\\u201E\\u201F\\u2033\\u2036]\/g,\"\\\"\",\"Double smart quotes\"],[\/[\\u2013]\/g,\"-\",\"En-dashes\"],[\/[\\u2014\\u2015]\/g,\"-\",\"Em-dashes\"],[\/[\\u2026]\/g,\"...\",\"Ellipses\"],[\/[\\u00AB\\u00BB\\u2039\\u203A]\/g,\"\\\"\",\"Guillemets\"],[\/[\\u00A0]\/g,\" \",\"Non-breaking spaces\"],[\/[\\u00B7\\u2022]\/g,\"*\",\"Bullets\"],[\/[\\u00AD]\/g,\"\",\"Soft hyphens\"]];var stats={};replacements.forEach(function(r){var matches=(t.match(r[0])||[]).length;if(matches>0)stats[r[2]]=matches;t=t.replace(r[0],m===\"delete\"?\"\":r[1])});document.getElementById(\"em-out\").value=t;var html=Object.keys(stats).map(function(k){return \"<b>\"+k+\":<\/b> \"+stats[k]}).join(\" &nbsp;|&nbsp; \");document.getElementById(\"em-stats\").innerHTML=html||\"<i>No smart punctuation found.<\/i>\"}document.getElementById(\"em-in\").addEventListener(\"input\",cEm);document.getElementById(\"em-mode\").addEventListener(\"change\",cEm);cEm();<\/script><script>function copyemdash(){var ta=document.getElementById(\"em-out\");ta.select();navigator.clipboard.writeText(ta.value);event.target.textContent=\"\u2713 Copied!\";setTimeout(function(){event.target.textContent=\"Copy to Clipboard\"},1500)}<\/script><\/p>\n<h2>How to use the Em-Dash &#038; Smart Quote Remover<\/h2>\n<p>Paste text containing smart quotes (&#8220;curly quotes&#8221;), em-dashes (\u2014), ellipses (\u2026), or any other Unicode punctuation. Choose to convert each character to its closest ASCII equivalent (recommended) or delete it entirely. The output and a statistics breakdown appear instantly.<\/p>\n<h2>Why this tool matters<\/h2>\n<p>Microsoft Word, Google Docs, Notion, and most AI writing tools (ChatGPT, Claude, Gemini) autocorrect plain quotes to curly quotes and double-hyphens to em-dashes. These characters look nicer but break: code strings, JSON, CSV files, email subject-line spam filters, command-line input, and database fields. AI-generated content is the #1 modern source of unwanted em-dashes.<\/p>\n<h2>Common use cases<\/h2>\n<ul>\n<li>Cleaning AI-generated content before pasting into a CMS<\/li>\n<li>Preparing JSON or CSV strings where curly quotes break parsing<\/li>\n<li>Cleaning code comments and string literals<\/li>\n<li>Email subject lines (some clients flag curly quotes as spam)<\/li>\n<li>Database imports where smart quotes corrupt encoding<\/li>\n<li>Cleaning copy before sending to a translation service<\/li>\n<\/ul>\n<h2>The AI em-dash problem<\/h2>\n<p>AI writing tools \u2014 ChatGPT, Claude, Gemini, Copilot \u2014 consistently produce em-dashes (\u2014) in long-form output. Editors trained on plain American English style guides find this jarring. The em-dash remover is the fastest way to &#8220;humanize&#8221; AI-generated content before final review \u2014 pair it with light editing for natural flow.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<p><strong>Will this hurt my writing style?<\/strong><br \/>Replacing em-dashes with hyphens makes copy look less polished but more compatible. For final published prose, keep em-dashes. For code, CSV, JSON, and email subjects, strip them.<\/p>\n<p><strong>Why are non-breaking spaces included?<\/strong><br \/>Non-breaking spaces (U+00A0) look identical to regular spaces but break some parsers. Word and Google Docs insert them after numerals and prepositions automatically.<\/p>\n<p><strong>Will this make my AI content pass detection tools?<\/strong><br \/>It removes one signal but not the underlying pattern. AI content detectors look at sentence structure, vocabulary frequency, and stylistic markers far beyond punctuation. Use this tool to clean \u2014 not to evade.<\/p>\n<p><strong>Does it preserve emoji and accented letters?<\/strong><br \/>Yes \u2014 only specific Unicode punctuation characters are targeted. Emoji, accented Latin, Cyrillic, Arabic, and other text content pass through unchanged.<\/p>\n<div class=\"rt-cta\">\n<h3>Producing content at scale and need clean output every time?<\/h3>\n<p style=\"margin:0;opacity:.95\">Riman Agency runs editorial production with AI-assisted workflows.<\/p>\n<p><a href=\"\/contact\/\">Talk to Content Ops<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Em-Dash &#038; Smart Quote Remover Strip em-dashes, en-dashes, smart (curly) quotes, ellipses, and other AI-typical punctuation from any text. Output is clean ASCII-safe text that pastes correctly into code, terminals, CSV files, and email subject lines. Your Text Paste textReplacement styleConvert to ASCII equivalents (recommended)Delete entirely (no replacement) Cleaned ASCII Text Copy to Clipboard How [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5095","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Em-Dash &amp; Smart Quote Remover \u2014 Strip Curly Quotes, Em-Dashes &amp; AI Punctuation - Riman Agency<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rimanagency.com\/fr\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Em-Dash &amp; Smart Quote Remover \u2014 Strip Curly Quotes, Em-Dashes &amp; AI Punctuation - Riman Agency\" \/>\n<meta property=\"og:description\" content=\"Em-Dash &#038; Smart Quote Remover Strip em-dashes, en-dashes, smart (curly) quotes, ellipses, and other AI-typical punctuation from any text. Output is clean ASCII-safe text that pastes correctly into code, terminals, CSV files, and email subject lines. Your Text Paste textReplacement styleConvert to ASCII equivalents (recommended)Delete entirely (no replacement) Cleaned ASCII Text Copy to Clipboard How [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\\\/\",\"name\":\"Em-Dash & Smart Quote Remover \u2014 Strip Curly Quotes, Em-Dashes & AI Punctuation - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2026-06-18T12:14:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Em-Dash &#038; Smart Quote Remover \u2014 Strip Curly Quotes, Em-Dashes &#038; AI Punctuation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Em-Dash & Smart Quote Remover \u2014 Strip Curly Quotes, Em-Dashes & AI Punctuation - Riman Agency","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rimanagency.com\/fr\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/","og_locale":"fr_CA","og_type":"article","og_title":"Em-Dash & Smart Quote Remover \u2014 Strip Curly Quotes, Em-Dashes & AI Punctuation - Riman Agency","og_description":"Em-Dash &#038; Smart Quote Remover Strip em-dashes, en-dashes, smart (curly) quotes, ellipses, and other AI-typical punctuation from any text. Output is clean ASCII-safe text that pastes correctly into code, terminals, CSV files, and email subject lines. Your Text Paste textReplacement styleConvert to ASCII equivalents (recommended)Delete entirely (no replacement) Cleaned ASCII Text Copy to Clipboard How [&hellip;]","og_url":"https:\/\/rimanagency.com\/fr\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/","og_site_name":"Riman Agency","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/","url":"https:\/\/rimanagency.com\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/","name":"Em-Dash & Smart Quote Remover \u2014 Strip Curly Quotes, Em-Dashes & AI Punctuation - Riman Agency","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2026-06-18T12:14:44+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/em-dash-smart-quote-remover-strip-curly-quotes-em-dashes-ai-punctuation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"Em-Dash &#038; Smart Quote Remover \u2014 Strip Curly Quotes, Em-Dashes &#038; AI Punctuation"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5095","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=5095"}],"version-history":[{"count":0,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5095\/revisions"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=5095"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}