<?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: GTL: Special Character(s) in axis LABEL in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GTL-Special-Character-s-in-axis-LABEL/m-p/46056#M1548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DN,&amp;nbsp; You'll have to lookup the character but, as long as their is a unicode equivalent for the sup script digits you want to include, the doc states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, there is a unicode superscript 2, see: &lt;A href="http://www.fileformat.info/info/unicode/char/b2/index.htm"&gt;http://www.fileformat.info/info/unicode/char/b2/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The {UNICODE}, {SUB}, and {SUP} text commands apply only to the ENTRY, ENTRYTITLE, and ENTRYFOOTNOTE statements. However, strings that are assigned to axis labels, curve labels, legend labels, and so on, can present Unicode characters using what is called "in-line formatting." To use this special formatting, you embed within the string an ODS escape sequence followed by a text command. Specifically, whenever you include (*ESC*) in a quoted string, it signals that the next token represents a text command. Currently, only the {UNICODE} text command is recognized, not {SUB} or {SUP}.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2011 13:45:29 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2011-11-11T13:45:29Z</dc:date>
    <item>
      <title>GTL: Special Character(s) in axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-Special-Character-s-in-axis-LABEL/m-p/46055#M1547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see how to use special characters in ENTRY statement but how do I do the same for the axis label coming from variable label or LABEL= option in LAYOUT OVERLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENTRY 'R' {sup '2'};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works but I tried similar in LABEL, but the above syntax is not correct for LABEL. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 12:19:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-Special-Character-s-in-axis-LABEL/m-p/46055#M1547</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2011-11-11T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: GTL: Special Character(s) in axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-Special-Character-s-in-axis-LABEL/m-p/46056#M1548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DN,&amp;nbsp; You'll have to lookup the character but, as long as their is a unicode equivalent for the sup script digits you want to include, the doc states:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, there is a unicode superscript 2, see: &lt;A href="http://www.fileformat.info/info/unicode/char/b2/index.htm"&gt;http://www.fileformat.info/info/unicode/char/b2/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The {UNICODE}, {SUB}, and {SUP} text commands apply only to the ENTRY, ENTRYTITLE, and ENTRYFOOTNOTE statements. However, strings that are assigned to axis labels, curve labels, legend labels, and so on, can present Unicode characters using what is called "in-line formatting." To use this special formatting, you embed within the string an ODS escape sequence followed by a text command. Specifically, whenever you include (*ESC*) in a quoted string, it signals that the next token represents a text command. Currently, only the {UNICODE} text command is recognized, not {SUB} or {SUP}.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 13:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-Special-Character-s-in-axis-LABEL/m-p/46056#M1548</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-11-11T13:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: GTL: Special Character(s) in axis LABEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-Special-Character-s-in-axis-LABEL/m-p/46057#M1549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Art I did not find that section in the online doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So using (*ESC*){unicode beta} works well in label&amp;nbsp; there are keywords for all the upper and lower case Greek letters.&amp;nbsp; I could not figure out how to inter Unicode strings like \u00b2 which I think represents something that in many fonts looks like a superscript 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was successful entering the character directly using BYTE(178).&amp;nbsp; Or I could use 'b2'x but I embedded the character in a double quoted string using %SYSFUNC(BYTE(178),$1.).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 15:43:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-Special-Character-s-in-axis-LABEL/m-p/46057#M1549</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2011-11-11T15:43:03Z</dc:date>
    </item>
  </channel>
</rss>

