<?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: Minus sign hex code? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Minus-sign-hex-code/m-p/18884#M3677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Sorry for late response as I've been on vacation.&amp;nbsp; The best way in ODS PDF is to use the UNICODE inline function.&amp;nbsp; To find the minus symbol you need to bring up the character map (on windows) to see all the available glyphs for a certain font.&amp;nbsp; For example.... the minus sign is '002D' in Arial.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;In your SAS code you could do this ... Title 'Here is a minus sign ^{unicode 002D}';&amp;nbsp; ** don't forget to set your escapechar first **&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 14:55:53 GMT</pubDate>
    <dc:creator>ScottH_SAS</dc:creator>
    <dc:date>2011-07-07T14:55:53Z</dc:date>
    <item>
      <title>Minus sign hex code?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Minus-sign-hex-code/m-p/18881#M3674</link>
      <description>I am using proc report to produce a PDF output.&lt;BR /&gt;
I would like to insert a minus sign, not a dash, in a title.&lt;BR /&gt;
What hex code should I use?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Masoud</description>
      <pubDate>Wed, 22 Jun 2011 14:30:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Minus-sign-hex-code/m-p/18881#M3674</guid>
      <dc:creator>mpajoh</dc:creator>
      <dc:date>2011-06-22T14:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Minus sign hex code?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Minus-sign-hex-code/m-p/18882#M3675</link>
      <description>Suggested Google search argument might be:&lt;BR /&gt;
&lt;BR /&gt;
ascii code +"minus sign"&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 22 Jun 2011 15:52:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Minus-sign-hex-code/m-p/18882#M3675</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-06-22T15:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Minus sign hex code?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Minus-sign-hex-code/m-p/18883#M3676</link>
      <description>For the record "97"x hex code did it.&lt;BR /&gt;
&lt;BR /&gt;
Masoud</description>
      <pubDate>Wed, 22 Jun 2011 17:58:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Minus-sign-hex-code/m-p/18883#M3676</guid>
      <dc:creator>mpajoh</dc:creator>
      <dc:date>2011-06-22T17:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Minus sign hex code?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Minus-sign-hex-code/m-p/18884#M3677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Sorry for late response as I've been on vacation.&amp;nbsp; The best way in ODS PDF is to use the UNICODE inline function.&amp;nbsp; To find the minus symbol you need to bring up the character map (on windows) to see all the available glyphs for a certain font.&amp;nbsp; For example.... the minus sign is '002D' in Arial.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;In your SAS code you could do this ... Title 'Here is a minus sign ^{unicode 002D}';&amp;nbsp; ** don't forget to set your escapechar first **&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 14:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Minus-sign-hex-code/m-p/18884#M3677</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2011-07-07T14:55:53Z</dc:date>
    </item>
  </channel>
</rss>

