<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Replace em dashes with en dashes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Replace-em-dashes-with-en-dashes/m-p/164032#M31748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the code you posted emdash is '97'x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;translate(text_string,&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'-'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'97'x&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2013 19:29:33 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2013-12-04T19:29:33Z</dc:date>
    <item>
      <title>Replace em dashes with en dashes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Replace-em-dashes-with-en-dashes/m-p/164029#M31745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's a quick way to replace em dashes with en dashes in a text string?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;informat text_string $30.;&lt;/P&gt;&lt;P&gt;format text_string $30.;&lt;/P&gt;&lt;P&gt;input text_string $;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;This—is_my_string_em_dash&lt;/P&gt;&lt;P&gt;This-has_a_normal_dash&lt;/P&gt;&lt;P&gt;This-is_another_em—dash&lt;/P&gt;&lt;P&gt;Another_normal_-_dash&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 18:07:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Replace-em-dashes-with-en-dashes/m-p/164029#M31745</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-12-04T18:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Replace em dashes with en dashes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Replace-em-dashes-with-en-dashes/m-p/164030#M31746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRANSLATE function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 18:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Replace-em-dashes-with-en-dashes/m-p/164030#M31746</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-12-04T18:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Replace em dashes with en dashes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Replace-em-dashes-with-en-dashes/m-p/164031#M31747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok...it shows as EM Dash in text but I guess its actually something else, because that works in example above, but not real data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hex4 of&amp;nbsp; 9620&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 18:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Replace-em-dashes-with-en-dashes/m-p/164031#M31747</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-12-04T18:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Replace em dashes with en dashes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Replace-em-dashes-with-en-dashes/m-p/164032#M31748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the code you posted emdash is '97'x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;translate(text_string,&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'-'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'97'x&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 19:29:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Replace-em-dashes-with-en-dashes/m-p/164032#M31748</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-12-04T19:29:33Z</dc:date>
    </item>
  </channel>
</rss>

