<?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: ODS RTF character incorect in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/400998#M19505</link>
    <description>&lt;P&gt;Avoid using that at all, just add a superscript element:&lt;/P&gt;
&lt;PRE&gt;data ...;
  num_extend=cats('^super{o}',num);
run;

ods escaechar="^";

proc report data=...
run;
&lt;/PRE&gt;
&lt;P&gt;That should put a small o before it, or you could put out the specfic character using escape codes.&amp;nbsp; The problem I see is that you have a special character in your code, writing to a text file, then read by Word and processed.&amp;nbsp; Any of those processes could either change or not understand that symbol.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2017 14:36:07 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-10-04T14:36:07Z</dc:date>
    <item>
      <title>ODS RTF character incorect</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/400990#M19504</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I modified a product ID in a dataset following if a Special condition is true:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;num_extend = CATT("°", num);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So in the dataset there are num:extends like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;°1234&lt;/P&gt;&lt;P&gt;2345&lt;/P&gt;&lt;P&gt;3456&lt;/P&gt;&lt;P&gt;°4567&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;When i print a table on a RTF file it generates following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic3.PNG" style="width: 181px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15613i055F5B12DA2F348A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic3.PNG" alt="pic3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an Option preventing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance &amp;amp; best regards,&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 14:11:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/400990#M19504</guid>
      <dc:creator>Felix_</dc:creator>
      <dc:date>2017-10-04T14:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF character incorect</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/400998#M19505</link>
      <description>&lt;P&gt;Avoid using that at all, just add a superscript element:&lt;/P&gt;
&lt;PRE&gt;data ...;
  num_extend=cats('^super{o}',num);
run;

ods escaechar="^";

proc report data=...
run;
&lt;/PRE&gt;
&lt;P&gt;That should put a small o before it, or you could put out the specfic character using escape codes.&amp;nbsp; The problem I see is that you have a special character in your code, writing to a text file, then read by Word and processed.&amp;nbsp; Any of those processes could either change or not understand that symbol.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 14:36:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/400998#M19505</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-04T14:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF character incorect</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/401267#M19517</link>
      <description>&lt;P&gt;Thank you for the Suggestion. Unfortunately this is even worse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the RTF Output it Shows following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;supero1234&lt;/P&gt;&lt;P&gt;super2345&lt;/P&gt;&lt;P&gt;super3456&lt;/P&gt;&lt;P&gt;supero5678&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... maybe i have to take just another Symbol to indicate the numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 10:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/401267#M19517</guid>
      <dc:creator>Felix_</dc:creator>
      <dc:date>2017-10-05T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF character incorect</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/401270#M19518</link>
      <description>&lt;P&gt;Sorry, got the bracket in the wrong place, should be:&lt;/P&gt;
&lt;PRE&gt;data ...;
  num_extend=cats('^{super o}',num);
run;

ods escaechar="^";

proc report data=...
run;&lt;/PRE&gt;
&lt;P&gt;You can find out about this in the paper:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/forum2007/099-2007.pdf&amp;nbsp;" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/099-2007.pdf&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 10:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/401270#M19518</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-05T10:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF character incorect</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/401314#M19519</link>
      <description>Link was broken for me...here's the link that worked:&lt;BR /&gt;&lt;A href="http://www2.sas.com/proceedings/forum2007/099-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/099-2007.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Thu, 05 Oct 2017 12:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-character-incorect/m-p/401314#M19519</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-10-05T12:59:54Z</dc:date>
    </item>
  </channel>
</rss>

