<?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 Underline a Variable with ODS and Put Statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308023#M66028</link>
    <description>&lt;P&gt;Is there a way to underline a Variable using ODS output and a Put Statement?&amp;nbsp; I found the logic below for underlining text but not sure if there is similar syntax for underlining variables in a customer report using data _null_ and Put statement.&amp;nbsp; Recently converted to PC SAS from mainframe SAS.&amp;nbsp; Using mainframe SAS with JCL control statements, the Overprint statement worked well for underlining Variables in a customer report.&amp;nbsp; After converting to PC SAS and running the same report the Overprint statement just adds a line below the variable and prints the underline.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OPTIONS FORMCHAR="|----|+|---+=|-/\&amp;lt;&amp;gt;*";&lt;/P&gt;
&lt;P&gt;ods escapechar='^';&lt;BR /&gt;ods rtf file='underline.rtf';&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt; file print;&lt;/P&gt;
&lt;P&gt;/* syntax if ESCAPECHAR used has special meaning in RTF */&lt;BR /&gt; *text='^S={protectspecialchars=off}\ul Underline keywords\ul0 only.';&lt;/P&gt;
&lt;P&gt;/* syntax if ESCAPECHAR used does not have special meaning in RTF */&lt;BR /&gt; text='^\ul Underline keywords^\ul0 for emphasis.';&lt;/P&gt;
&lt;P&gt;put text;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Oct 2016 20:41:46 GMT</pubDate>
    <dc:creator>scttttt</dc:creator>
    <dc:date>2016-10-28T20:41:46Z</dc:date>
    <item>
      <title>Underline a Variable with ODS and Put Statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308023#M66028</link>
      <description>&lt;P&gt;Is there a way to underline a Variable using ODS output and a Put Statement?&amp;nbsp; I found the logic below for underlining text but not sure if there is similar syntax for underlining variables in a customer report using data _null_ and Put statement.&amp;nbsp; Recently converted to PC SAS from mainframe SAS.&amp;nbsp; Using mainframe SAS with JCL control statements, the Overprint statement worked well for underlining Variables in a customer report.&amp;nbsp; After converting to PC SAS and running the same report the Overprint statement just adds a line below the variable and prints the underline.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OPTIONS FORMCHAR="|----|+|---+=|-/\&amp;lt;&amp;gt;*";&lt;/P&gt;
&lt;P&gt;ods escapechar='^';&lt;BR /&gt;ods rtf file='underline.rtf';&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt; file print;&lt;/P&gt;
&lt;P&gt;/* syntax if ESCAPECHAR used has special meaning in RTF */&lt;BR /&gt; *text='^S={protectspecialchars=off}\ul Underline keywords\ul0 only.';&lt;/P&gt;
&lt;P&gt;/* syntax if ESCAPECHAR used does not have special meaning in RTF */&lt;BR /&gt; text='^\ul Underline keywords^\ul0 for emphasis.';&lt;/P&gt;
&lt;P&gt;put text;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 20:41:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308023#M66028</guid>
      <dc:creator>scttttt</dc:creator>
      <dc:date>2016-10-28T20:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Underline a Variable with ODS and Put Statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308034#M66030</link>
      <description>&lt;P&gt;What ODS destination are you using, they all vary a little bit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Excel, HTML, PDF, XML?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 22:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308034#M66030</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-28T22:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Underline a Variable with ODS and Put Statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308039#M66032</link>
      <description>&lt;P&gt;ods escapechar='^';&lt;BR /&gt;ods rtf file='d:/rtf/underline1.rtf';&lt;BR /&gt;data _null_;&lt;BR /&gt;file print ods;&lt;BR /&gt;px= "^R/RTF'\brdrb\brdrs\brdrw19 ' undeline";&lt;BR /&gt;put _ods_;&lt;BR /&gt;run;&lt;BR /&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other goodies?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title;&lt;BR /&gt;footnote;&lt;BR /&gt;%let ods_ul = %str(^R/RTF'\brdrb\brdrs\brdrw19 '); /* RTF sequence for cell underline */&lt;BR /&gt;%let ods_space = %str(^R/RTF'\~'); /* RTF sequence for single blank space */&lt;BR /&gt;%let ods_le = %str(^R/RTF'{\uc1\u8804\~}'); /* RTF character for less than or equal to */&lt;BR /&gt;%let ods_ne = %str(^R/RTF'{\uc1\u8800\~}'); /* RTF character for not equal to */&lt;BR /&gt;%let ods_mu = %str(^R/RTF'{\uc1\u956\~}') ; /* RTF character for Greek mu */&lt;BR /&gt;%let ods_ge = %str(^R/RTF'{\uc1\u8805\~}'); /* RTF character for greater than or equal to */&lt;BR /&gt;%let ods_dg = %str(^R/RTF'{\uc1\u176\~}') ; /* RTF character for degree C */&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;/* T808880 Nice sample of RTF tages from Pharmasug&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bob Hull, SynteractHCR, Inc., Carlsbad, CA&lt;BR /&gt;Robert Howard, Veridical Solutions, Del Mar, CA&lt;BR /&gt;&lt;BR /&gt;talicize \i title '\i italicized title';&lt;BR /&gt;Underline \ul title '\ul underline title';&lt;BR /&gt;Double underline \dul title '\dul title';&lt;BR /&gt;New line \line title 'this is the first \line this is the second ';&lt;BR /&gt;Bullet \bullet title '\bullet bullet preceding title';&lt;BR /&gt;Emboss \embo title '\embo embossed title';&lt;BR /&gt;Engrave \impr title '\impr engraved title';&lt;BR /&gt;Subscript \sub title 'This is a subscript T\sub 1';&lt;BR /&gt;Superscript \super title 'This is a subscript T\super 2';&lt;BR /&gt;Outline \outl title '\outl This is outlined';&lt;BR /&gt;Shadow \shad title '\shad This is shadowed';&lt;BR /&gt;Strike \strike title '\strike This is striked';&lt;BR /&gt;double strike \strikedl&lt;BR /&gt;dotted underline \uld title '\uld dotted underline';&lt;BR /&gt;Wave underline \ulw title '\ulw wave underline';&lt;BR /&gt;Thick underline \ulth title '\ulth thick underline';&lt;BR /&gt;foreground color \cfn title '\cf2 foreground color';&lt;BR /&gt;Font size in half points \fs24 title '\fs40 fonts increased';&lt;BR /&gt;Highlight \highlightN title '\highlight2';&lt;BR /&gt;Bold \b title '\b bold title';&lt;BR /&gt;Left aligned \ql title '\ql left aligned.&lt;BR /&gt;Right aligned \qr title '\qr right aligned.&lt;BR /&gt;centered \qc title '\qc left aligned.&lt;BR /&gt;*/&lt;BR /&gt;&lt;BR /&gt;%include "c:\oto\utl_rtflan100.sas";&lt;BR /&gt;%utl_rtflan100;&lt;BR /&gt;ods escapechar='~';&lt;BR /&gt;title "~S={font_weight=bold}RTF Syntax ~S={}";&lt;BR /&gt;data example;&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;if _n_&amp;lt;=4;&lt;BR /&gt;*example to show plain, italic and bold text;&lt;BR /&gt;if _n_=1 then&lt;BR /&gt;a="plain ~S={font_style=italic} italic ~S={font_weight=bold}Bold";&lt;BR /&gt;*create a character return display a greater than or equal to sign;&lt;BR /&gt;if _n_=2 then a="Force ~n Break ~{unicode 2264}";&lt;BR /&gt;*underline text;&lt;BR /&gt;if _n_=3 then a='Plain {\ul UnderlineMe} Plain~{super 7}';&lt;BR /&gt;*change the font color to red;&lt;BR /&gt;if _n_=4 then a="~S={foreground=red}Red!~S={}";&lt;BR /&gt;run;&lt;BR /&gt;ods rtf file="c:\utl\rtf.rtf" style=utl_rtflan100;&lt;BR /&gt;proc report data=example nowindows style(header column)=[protectspecialchars=off];&lt;BR /&gt;columns a ("\brdrb\brdrs\brdrw1 spanning " name weight) ;&lt;BR /&gt;define a /display "" style(column)=[cellwidth=1.5 in];&lt;BR /&gt;define name /display "Name~{super 7}";&lt;BR /&gt;define weight /display "~{unicode 2265} Weight~{sub 5}" style(column)=[font_weight=bold];&lt;BR /&gt;run;&lt;BR /&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%Let Gre =%str(\R/RTF""\u8805\%'76""); /* greater-than or equal to, U+2265 ISOtech */&lt;/P&gt;&lt;P&gt;%Let AELIG =%str(\R/RTF""\u198\%'02""); /* latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1 */&lt;BR /&gt;%Let AACUTE =%str(\R/RTF""\u193\%'03""); /* latin capital letter A with acute, U+00C1 ISOlat1 */&lt;BR /&gt;%Let ACIRC =%str(\R/RTF""\u194\%'04""); /* latin capital letter A with circumflex, U+00C2 ISOlat1 */&lt;BR /&gt;%Let AGRAVE =%str(\R/RTF""\u192\%'05""); /* latin capital letter A with grave = latin capital letter A grave, U+00C0 ISOlat1 */&lt;BR /&gt;%Let ALPHA =%str(\R/RTF""\u913\%'06""); /* greek capital letter alpha, U+0391 */&lt;BR /&gt;%Let ARING =%str(\R/RTF""\u197\%'07""); /* latin capital letter A with ring above = latin capital letter A ring, U+00C5 ISOlat */&lt;BR /&gt;%Let ATILDE =%str(\R/RTF""\u195\%'08""); /* latin capital letter A with tilde, U+00C3 ISOlat1 */&lt;BR /&gt;%Let AUML =%str(\R/RTF""\u196\%'09""); /* latin capital letter A with diaeresis, U+00C4 ISOlat1 */&lt;BR /&gt;%Let BETA =%str(\R/RTF""\u914\%'0A""); /* greek capital letter beta, U+0392 */&lt;BR /&gt;%Let CCEDIL =%str(\R/RTF""\u199\%'0B""); /* latin capital letter C with cedilla, U+00C7 ISOlat1 */&lt;BR /&gt;%Let CHI =%str(\R/RTF""\u935\%'0C""); /* greek capital letter chi, U+03A7 */&lt;BR /&gt;%Let DAGGER =%str(\R/RTF""\u8225\%'0D""); /* double dagger, U+2021 ISOpub */&lt;BR /&gt;%Let DELTA =%str(\R/RTF""\u916\%'0E""); /* greek capital letter delta, U+0394 ISOgrk3 */&lt;BR /&gt;%Let ETH =%str(\R/RTF""\u208\%'0F""); /* latin capital letter ETH, U+00D0 ISOlat1 */&lt;BR /&gt;%Let EACUTE =%str(\R/RTF""\u201\%'10""); /* latin capital letter E with acute, U+00C9 ISOlat1 */&lt;BR /&gt;%Let ECIRC =%str(\R/RTF""\u202\%'11""); /* latin capital letter E with circumflex, U+00CA ISOlat1 */&lt;BR /&gt;%Let EGRAVE =%str(\R/RTF""\u200\%'12""); /* latin capital letter E with grave, U+00C8 ISOlat1 */&lt;BR /&gt;%Let EPSILON =%str(\R/RTF""\u917\%'13""); /* greek capital letter epsilon, U+0395 */&lt;BR /&gt;%Let ETA =%str(\R/RTF""\u919\%'14""); /* greek capital letter eta, U+0397 */&lt;BR /&gt;%Let EUML =%str(\R/RTF""\u203\%'15""); /* latin capital letter E with diaeresis, U+00CB ISOlat1 */&lt;BR /&gt;%Let GAMMA =%str(\R/RTF""\u915\%'16""); /* greek capital letter gamma, U+0393 ISOgrk3 */&lt;BR /&gt;%Let IACUTE =%str(\R/RTF""\u205\%'17""); /* latin capital letter I with acute, U+00CD ISOlat1 */&lt;BR /&gt;%Let ICIRC =%str(\R/RTF""\u206\%'18""); /* latin capital letter I with circumflex, U+00CE ISOlat1 */&lt;BR /&gt;%Let IGRAVE =%str(\R/RTF""\u204\%'19""); /* latin capital letter I with grave, U+00CC ISOlat1 */&lt;BR /&gt;%Let IOTA =%str(\R/RTF""\u921\%'1A""); /* greek capital letter iota, U+0399 */&lt;BR /&gt;%Let IUML =%str(\R/RTF""\u207\%'1B""); /* latin capital letter I with diaeresis, U+00CF ISOlat1 */&lt;BR /&gt;%Let KAPPA =%str(\R/RTF""\u922\%'1C""); /* greek capital letter kappa, U+039A */&lt;BR /&gt;%Let LAMBDA =%str(\R/RTF""\u923\%'1D""); /* greek capital letter lambda, U+039B ISOgrk3 */&lt;BR /&gt;%Let MU =%str(\R/RTF""\u924\%'1E""); /* greek capital letter mu, U+039C */&lt;BR /&gt;%Let NTILDE =%str(\R/RTF""\u209\%'1F""); /* latin capital letter N with tilde, U+00D1 ISOlat1 */&lt;BR /&gt;%Let NU =%str(\R/RTF""\u925\%'20""); /* greek capital letter nu, U+039D */&lt;BR /&gt;%Let OELIG =%str(\R/RTF""\u338\%'21""); /* latin capital ligature OE, U+0152 ISOlat2 */&lt;BR /&gt;%Let OACUTE =%str(\R/RTF""\u211\%'22""); /* latin capital letter O with acute, U+00D3 ISOlat1 */&lt;BR /&gt;%Let OCIRC =%str(\R/RTF""\u212\%'23""); /* latin capital letter O with circumflex, U+00D4 ISOlat1 */&lt;BR /&gt;%Let OGRAVE =%str(\R/RTF""\u210\%'24""); /* latin capital letter O with grave, U+00D2 ISOlat1 */&lt;BR /&gt;%Let OMEGA =%str(\R/RTF""\u937\%'25""); /* greek capital letter omega, U+03A9 ISOgrk3 */&lt;BR /&gt;%Let OMICRON =%str(\R/RTF""\u927\%'26""); /* greek capital letter omicron, U+039F */&lt;BR /&gt;%Let OSLASH =%str(\R/RTF""\u216\%'27""); /* latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1 */&lt;BR /&gt;%Let OTILDE =%str(\R/RTF""\u213\%'28""); /* latin capital letter O with tilde, U+00D5 ISOlat1 */&lt;BR /&gt;%Let OUML =%str(\R/RTF""\u214\%'29""); /* latin capital letter O with diaeresis, U+00D6 ISOlat1 */&lt;BR /&gt;%Let PHI =%str(\R/RTF""\u934\%'2A""); /* greek capital letter phi, U+03A6 ISOgrk3 */&lt;BR /&gt;%Let PI =%str(\R/RTF""\u928\%'2B""); /* greek capital letter pi, U+03A0 ISOgrk3 */&lt;BR /&gt;%Let PRIME =%str(\R/RTF""\u8243\%'2C""); /* double prime = seconds = inches, U+2033 ISOtech */&lt;BR /&gt;%Let PSI =%str(\R/RTF""\u936\%'2D""); /* greek capital letter psi, U+03A8 ISOgrk3 */&lt;BR /&gt;%Let RHO =%str(\R/RTF""\u929\%'2E""); /* greek capital letter rho, U+03A1 */&lt;BR /&gt;%Let SCARON =%str(\R/RTF""\u352\%'2F""); /* latin capital letter S with caron, U+0160 ISOlat2 */&lt;BR /&gt;%Let SIGMA =%str(\R/RTF""\u931\%'30""); /* greek capital letter sigma, U+03A3 ISOgrk3 */&lt;BR /&gt;%Let THORN =%str(\R/RTF""\u222\%'31""); /* latin capital letter THORN, U+00DE ISOlat1 */&lt;BR /&gt;%Let TAU =%str(\R/RTF""\u932\%'32""); /* greek capital letter tau, U+03A4 */&lt;BR /&gt;%Let THETA =%str(\R/RTF""\u920\%'33""); /* greek capital letter theta, U+0398 ISOgrk3 */&lt;BR /&gt;%Let UACUTE =%str(\R/RTF""\u218\%'34""); /* latin capital letter U with acute, U+00DA ISOlat1 */&lt;BR /&gt;%Let UCIRC =%str(\R/RTF""\u219\%'35""); /* latin capital letter U with circumflex, U+00DB ISOlat1 */&lt;BR /&gt;%Let UGRAVE =%str(\R/RTF""\u217\%'36""); /* latin capital letter U with grave, U+00D9 ISOlat1 */&lt;BR /&gt;%Let UPSILON =%str(\R/RTF""\u933\%'37""); /* greek capital letter upsilon, U+03A5 ISOgrk3 */&lt;BR /&gt;%Let UUML =%str(\R/RTF""\u220\%'38""); /* latin capital letter U with diaeresis, U+00DC ISOlat1 */&lt;BR /&gt;%Let XI =%str(\R/RTF""\u926\%'39""); /* greek capital letter xi, U+039E ISOgrk3 */&lt;BR /&gt;%Let YACUTE =%str(\R/RTF""\u221\%'3A""); /* latin capital letter Y with acute, U+00DD ISOlat1 */&lt;BR /&gt;%Let YUML =%str(\R/RTF""\u376\%'3B""); /* latin capital letter Y with diaeresis, U+0178 ISOlat2 */&lt;BR /&gt;%Let ZETA =%str(\R/RTF""\u918\%'3C""); /* greek capital letter zeta, U+0396 */&lt;BR /&gt;%Let AACUTES =%str(\R/RTF""\u225\%'3D""); /* latin small letter a with acute, U+00E1 ISOlat1 */&lt;BR /&gt;%Let ACIRCS =%str(\R/RTF""\u226\%'3E""); /* latin small letter a with circumflex, U+00E2 ISOlat1 */&lt;BR /&gt;%Let ACUTES =%str(\R/RTF""\u180\%'3F""); /* acute accent = spacing acute, U+00B4 ISOdia */&lt;BR /&gt;%Let AELIGS =%str(\R/RTF""\u230\%'40""); /* latin small letter ae = latin small ligature ae, U+00E6 ISOlat1 */&lt;BR /&gt;%Let AGRAVES =%str(\R/RTF""\u224\%'41""); /* latin small letter a with grave = latin small letter a grave, U+00E0 ISOlat1 */&lt;BR /&gt;%Let ALEFSYM =%str(\R/RTF""\u8501\%'42""); /* alef symbol = first transfinite cardinal, U+2135 NEW */&lt;BR /&gt;%Let ALPHAS =%str(\R/RTF""\u945\%'43""); /* greek small letter alpha, U+03B1 ISOgrk3 */&lt;BR /&gt;%Let AMPS =%str(\R/RTF""\u38\%'44""); /* ampersand, U+0026 ISOnum */&lt;BR /&gt;%Let AND =%str(\R/RTF""\u8743\%'45""); /* logical and = wedge, U+2227 ISOtech */&lt;BR /&gt;%Let ANG =%str(\R/RTF""\u8736\%'46""); /* angle, U+2220 ISOamso */&lt;BR /&gt;%Let ARINGS =%str(\R/RTF""\u229\%'47""); /* latin small letter a with ring above = latin small letter a ring, U+00E5 ISOlat1 */&lt;BR /&gt;%Let ASYMP =%str(\R/RTF""\u8776\%'48""); /* almost equal to = asymptotic to, U+2248 ISOamsr */&lt;BR /&gt;%Let ATILDES =%str(\R/RTF""\u227\%'49""); /* latin small letter a with tilde, U+00E3 ISOlat1 */&lt;BR /&gt;%Let AUMLS =%str(\R/RTF""\u228\%'4A""); /* latin small letter a with diaeresis, U+00E4 ISOlat1 */&lt;BR /&gt;%Let BDQUO =%str(\R/RTF""\u8222\%'4B""); /* double low-9 quotation mark, U+201E NEW */&lt;BR /&gt;%Let BETAS =%str(\R/RTF""\u946\%'4C""); /* greek small letter beta, U+03B2 ISOgrk3 */&lt;BR /&gt;%Let BRVBAR =%str(\R/RTF""\u166\%'4D""); /* broken bar = broken vertical bar, U+00A6 ISOnum */&lt;BR /&gt;%Let BULL =%str(\R/RTF""\u8226\%'4E""); /* bullet = black small circle, U+2022 ISOpub */&lt;BR /&gt;%Let CAP =%str(\R/RTF""\u8745\%'4F""); /* intersection = cap, U+2229 ISOtech */&lt;BR /&gt;%Let CCEDILS =%str(\R/RTF""\u231\%'50""); /* latin small letter c with cedilla, U+00E7 ISOlat1 */&lt;BR /&gt;%Let CEDILS =%str(\R/RTF""\u184\%'51""); /* cedilla = spacing cedilla, U+00B8 ISOdia */&lt;BR /&gt;%Let CENT =%str(\R/RTF""\u162\%'52""); /* cent sign, U+00A2 ISOnum */&lt;BR /&gt;%Let CHIS =%str(\R/RTF""\u967\%'53""); /* greek small letter chi, U+03C7 ISOgrk3 */&lt;BR /&gt;%Let CIRC =%str(\R/RTF""\u710\%'54""); /* modifier letter circumflex accent, U+02C6 ISOpub */&lt;BR /&gt;%Let CLUBS =%str(\R/RTF""\u9827\%'55""); /* black club suit = shamrock, U+2663 ISOpub */&lt;BR /&gt;%Let CONG =%str(\R/RTF""\u8773\%'56""); /* approximately equal to, U+2245 ISOtech */&lt;BR /&gt;%Let COPY =%str(\R/RTF""\u169\%'57""); /* copyright sign, U+00A9 ISOnum */&lt;BR /&gt;%Let CRARR =%str(\R/RTF""\u8629\%'58""); /* downwards arrow with corner leftwards = carriage return, U+21B5 NEW */&lt;BR /&gt;%Let CUP =%str(\R/RTF""\u8746\%'59""); /* union = cup, U+222A ISOtech */&lt;BR /&gt;%Let CURREN =%str(\R/RTF""\u164\%'5A""); /* currency sign, U+00A4 ISOnum */&lt;BR /&gt;%Let DARR =%str(\R/RTF""\u8659\%'5B""); /* downwards double arrow, U+21D3 ISOamsa */&lt;BR /&gt;%Let DAGGER =%str(\R/RTF""\u8224\%'5C""); /* dagger, U+2020 ISOpub */&lt;BR /&gt;%Let DARR =%str(\R/RTF""\u8595\%'5D""); /* downwards arrow, U+2193 ISOnum */&lt;BR /&gt;%Let DEG =%str(\R/RTF""\u176\%'5E""); /* degree sign, U+00B0 ISOnum */&lt;BR /&gt;%Let DELTAS =%str(\R/RTF""\u948\%'5F""); /* greek small letter delta, U+03B4 ISOgrk3 */&lt;BR /&gt;%Let DIAMS =%str(\R/RTF""\u9830\%'60""); /* black diamond suit, U+2666 ISOpub */&lt;BR /&gt;%Let DIVIDE =%str(\R/RTF""\u247\%'61""); /* division sign, U+00F7 ISOnum */&lt;BR /&gt;%Let EACUTES =%str(\R/RTF""\u233\%'62""); /* latin small letter e with acute, U+00E9 ISOlat1 */&lt;BR /&gt;%Let ECIRCS =%str(\R/RTF""\u234\%'63""); /* latin small letter e with circumflex, U+00EA ISOlat1 */&lt;BR /&gt;%Let EGRAVES =%str(\R/RTF""\u232\%'64""); /* latin small letter e with grave, U+00E8 ISOlat1 */&lt;BR /&gt;%Let EMPTY =%str(\R/RTF""\u8709\%'65""); /* empty set = null set = diameter, U+2205 ISOamso */&lt;BR /&gt;%Let EMSP =%str(\R/RTF""\u8195\%'66""); /* em space, U+2003 ISOpub */&lt;BR /&gt;%Let ENSP =%str(\R/RTF""\u8194\%'67""); /* en space, U+2002 ISOpub */&lt;BR /&gt;%Let EPSILONS =%str(\R/RTF""\u949\%'68""); /* greek small letter epsilon, U+03B5 ISOgrk3 */&lt;BR /&gt;%Let EQUIV =%str(\R/RTF""\u8801\%'69""); /* identical to, U+2261 ISOtech */&lt;BR /&gt;%Let ETAS =%str(\R/RTF""\u951\%'6A""); /* greek small letter eta, U+03B7 ISOgrk3 */&lt;BR /&gt;%Let ETHS =%str(\R/RTF""\u240\%'6B""); /* latin small letter eth, U+00F0 ISOlat1 */&lt;BR /&gt;%Let EUMLS =%str(\R/RTF""\u235\%'6C""); /* latin small letter e with diaeresis, U+00EB ISOlat1 */&lt;BR /&gt;%Let EURO =%str(\R/RTF""\u8364\%'6D""); /* euro sign, U+20AC NEW */&lt;BR /&gt;%Let EXIST =%str(\R/RTF""\u8707\%'6E""); /* there exists, U+2203 ISOtech */&lt;BR /&gt;%Let FNOFS =%str(\R/RTF""\u402\%'6F""); /* latin small f with hook = function = florin, U+0192 ISOtech */&lt;BR /&gt;%Let FORALL =%str(\R/RTF""\u8704\%'70""); /* for all, U+2200 ISOtech */&lt;BR /&gt;%Let FRAC12 =%str(\R/RTF""\u189\%'71""); /* vulgar fraction one half = fraction one half, U+00BD ISOnum */&lt;BR /&gt;%Let FRAC14 =%str(\R/RTF""\u188\%'72""); /* vulgar fraction one quarter = fraction one quarter, U+00BC ISOnum */&lt;BR /&gt;%Let FRAC34 =%str(\R/RTF""\u190\%'73""); /* vulgar fraction three quarters = fraction three quarters, U+00BE ISOnum */&lt;BR /&gt;%Let FRASL =%str(\R/RTF""\u8260\%'74""); /* fraction slash, U+2044 NEW */&lt;BR /&gt;%Let GAMMAS =%str(\R/RTF""\u947\%'75""); /* greek small letter gamma, U+03B3 ISOgrk3 */&lt;BR /&gt;%Let Gre =%str(\R/RTF""\u8805\%'76""); /* greater-than or equal to, U+2265 ISOtech */&lt;BR /&gt;%Let GrtT =%str(\R/RTF""\u62\%'77""); /* greater-than sign, U+003E ISOnum */&lt;BR /&gt;%Let HARR =%str(\R/RTF""\u8660\%'78""); /* left right double arrow, U+21D4 ISOamsa */&lt;BR /&gt;%Let HARR =%str(\R/RTF""\u8596\%'79""); /* left right arrow, U+2194 ISOamsa */&lt;BR /&gt;%Let HEARTS =%str(\R/RTF""\u9829\%'7A""); /* black heart suit = valentine, U+2665 ISOpub */&lt;BR /&gt;%Let HELLIP =%str(\R/RTF""\u8230\%'7B""); /* horizontal ellipsis = three dot leader, U+2026 ISOpub */&lt;BR /&gt;%Let IACUTES =%str(\R/RTF""\u237\%'7C""); /* latin small letter i with acute, U+00ED ISOlat1 */&lt;BR /&gt;%Let ICIRCS =%str(\R/RTF""\u238\%'7D""); /* latin small letter i with circumflex, U+00EE ISOlat1 */&lt;BR /&gt;%Let IEXCL =%str(\R/RTF""\u161\%'7E""); /* inverted exclamation mark, U+00A1 ISOnum */&lt;BR /&gt;%Let IGRAVES =%str(\R/RTF""\u236\%'7F""); /* latin small letter i with grave, U+00EC ISOlat1 */&lt;BR /&gt;%Let IMAGE =%str(\R/RTF""\u8465\%'80""); /* blackletter capital I = imaginary part, U+2111 ISOamso */&lt;BR /&gt;%Let INFIN =%str(\R/RTF""\u8734\%'81""); /* infinity, U+221E ISOtech */&lt;BR /&gt;%Let INT =%str(\R/RTF""\u8747\%'82""); /* integral, U+222B ISOtech */&lt;BR /&gt;%Let IOTA =%str(\R/RTF""\u953\%'83""); /* greek small letter iota, U+03B9 ISOgrk3 */&lt;BR /&gt;%Let IQUEST =%str(\R/RTF""\u191\%'84""); /* inverted question mark = turned question mark, U+00BF ISOnum */&lt;BR /&gt;%Let ISIN =%str(\R/RTF""\u8712\%'85""); /* element of, U+2208 ISOtech */&lt;BR /&gt;%Let IUMLS =%str(\R/RTF""\u239\%'86""); /* latin small letter i with diaeresis, U+00EF ISOlat1 */&lt;BR /&gt;%Let KAPPAS =%str(\R/RTF""\u954\%'87""); /* greek small letter kappa, U+03BA ISOgrk3 */&lt;BR /&gt;%Let LARR =%str(\R/RTF""\u8656\%'88""); /* leftwards double arrow, U+21D0 ISOtech */&lt;BR /&gt;%Let LAMBDAS =%str(\R/RTF""\u955\%'89""); /* greek small letter lambda, U+03BB ISOgrk3 */&lt;BR /&gt;%Let LANG =%str(\R/RTF""\u9001\%'8A""); /* left-pointing angle bracket = bra, U+2329 ISOtech */&lt;BR /&gt;%Let LAQUO =%str(\R/RTF""\u171\%'8B""); /* left-pointing double angle quotation mark = left pointing guillemet, U+00AB */&lt;BR /&gt;%Let LARR =%str(\R/RTF""\u8592\%'8C""); /* leftwards arrow, U+2190 ISOnum */&lt;BR /&gt;%Let LCEIL =%str(\R/RTF""\u8968\%'8D""); /* left ceiling = apl upstile, U+2308 ISOamsc */&lt;BR /&gt;%Let LDQUO =%str(\R/RTF""\u8220\%'8E""); /* left double quotation mark, U+201C ISOnum */&lt;BR /&gt;%Let Lse =%str(\R/RTF""\u8804\%'8F""); /* less-than or equal to, U+2264 ISOtech */&lt;BR /&gt;%Let LFLOOR =%str(\R/RTF""\u8970\%'90""); /* left floor = apl downstile, U+230A ISOamsc */&lt;BR /&gt;%Let LOWAST =%str(\R/RTF""\u8727\%'91""); /* asterisk operator, U+2217 ISOtech */&lt;BR /&gt;%Let LOZ =%str(\R/RTF""\u9674\%'92""); /* lozenge, U+25CA ISOpub */&lt;BR /&gt;%Let LRM =%str(\R/RTF""\u8206\%'93""); /* left-to-right mark, U+200E NEW RFC 2070 */&lt;BR /&gt;%Let LSAQUO =%str(\R/RTF""\u8249\%'94""); /* single left-pointing angle quotation mark, U+2039 ISO proposed */&lt;BR /&gt;%Let LSQUO =%str(\R/RTF""\u8216\%'95""); /* left single quotation mark, U+2018 ISOnum */&lt;BR /&gt;%Let Lst =%str(\R/RTF""\u60\%'96""); /* less-than sign, U+003C ISOnum */&lt;BR /&gt;%Let MACR =%str(\R/RTF""\u175\%'97""); /* macron = spacing macron = overline = APL overbar, U+00AF ISOdia */&lt;BR /&gt;%Let MDASH =%str(\R/RTF""\u8212\%'98""); /* em dash, U+2014 ISOpub */&lt;BR /&gt;%Let MICRO =%str(\R/RTF""\u181\%'99""); /* micro sign, U+00B5 ISOnum */&lt;BR /&gt;%Let MIDDOT =%str(\R/RTF""\u183\%'9A""); /* middle dot = Georgian comma = Greek middle dot, U+00B7 ISOnum */&lt;BR /&gt;%Let MINUS =%str(\R/RTF""\u8722\%'9B""); /* minus sign, U+2212 ISOtech */&lt;BR /&gt;%Let MUS =%str(\R/RTF""\u956\%'9C""); /* greek small letter mu, U+03BC ISOgrk3 */&lt;BR /&gt;%Let NABLA =%str(\R/RTF""\u8711\%'9D""); /* nabla = backward difference, U+2207 ISOtech */&lt;BR /&gt;%Let NBSP =%str(\R/RTF""\u160\%'9E""); /* no-break space = non-breaking space, U+00A0 ISOnum */&lt;BR /&gt;%Let NDASH =%str(\R/RTF""\u8211\%'9F""); /* en dash, U+2013 ISOpub */&lt;BR /&gt;%Let NEq =%str(\R/RTF""\u8800\%'A0""); /* not equal to, U+2260 ISOtech */&lt;BR /&gt;%Let NI =%str(\R/RTF""\u8715\%'A1""); /* contains as member, U+220B ISOtech */&lt;BR /&gt;%Let NOTeq =%str(\R/RTF""\u172\%'A2""); /* not sign = discretionary hyphen, U+00AC ISOnum */&lt;BR /&gt;%Let NOTIN =%str(\R/RTF""\u8713\%'A3""); /* not an element of, U+2209 ISOtech */&lt;BR /&gt;%Let NSUBS =%str(\R/RTF""\u8836\%'A4""); /* not a subset of, U+2284 ISOamsn */&lt;BR /&gt;%Let NTILDES =%str(\R/RTF""\u241\%'A5""); /* latin small letter n with tilde, U+00F1 ISOlat1 */&lt;BR /&gt;%Let NUS =%str(\R/RTF""\u957\%'A6""); /* greek small letter nu, U+03BD ISOgrk3 */&lt;BR /&gt;%Let OACUTES =%str(\R/RTF""\u243\%'A7""); /* latin small letter o with acute, U+00F3 ISOlat1 */&lt;BR /&gt;%Let OCIRCS =%str(\R/RTF""\u244\%'A8""); /* latin small letter o with circumflex, U+00F4 ISOlat1 */&lt;BR /&gt;%Let OELIGS =%str(\R/RTF""\u339\%'A9""); /* latin small ligature oe, U+0153 ISOlat2 */&lt;BR /&gt;%Let OGRAVES =%str(\R/RTF""\u242\%'AA""); /* latin small letter o with grave, U+00F2 ISOlat1 */&lt;BR /&gt;%Let OLINE =%str(\R/RTF""\u8254\%'AB""); /* overline = spacing overscore, U+203E NEW */&lt;BR /&gt;%Let OMEGAS =%str(\R/RTF""\u969\%'AC""); /* greek small letter omega, U+03C9 ISOgrk3 */&lt;BR /&gt;%Let OMICRONS =%str(\R/RTF""\u959\%'AD""); /* greek small letter omicron, U+03BF NEW */&lt;BR /&gt;%Let OPLUS =%str(\R/RTF""\u8853\%'AE""); /* circled plus = direct sum, U+2295 ISOamsb */&lt;BR /&gt;%Let OR =%str(\R/RTF""\u8744\%'AF""); /* logical or = vee, U+2228 ISOtech */&lt;BR /&gt;%Let ORDF =%str(\R/RTF""\u170\%'B0""); /* feminine ordinal indicator, U+00AA ISOnum */&lt;BR /&gt;%Let ORDM =%str(\R/RTF""\u186\%'B1""); /* masculine ordinal indicator, U+00BA ISOnum */&lt;BR /&gt;%Let OSLASHS =%str(\R/RTF""\u248\%'B2""); /* latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1 */&lt;BR /&gt;%Let OTILDES =%str(\R/RTF""\u245\%'B3""); /* latin small letter o with tilde, U+00F5 ISOlat1 */&lt;BR /&gt;%Let OTIMES =%str(\R/RTF""\u8855\%'B4""); /* circled times = vector product, U+2297 ISOamsb */&lt;BR /&gt;%Let OUMLS =%str(\R/RTF""\u246\%'B5""); /* latin small letter o with diaeresis, U+00F6 ISOlat1 */&lt;BR /&gt;%Let PARA =%str(\R/RTF""\u182\%'B6""); /* pilcrow sign = paragraph sign, U+00B6 ISOnum */&lt;BR /&gt;%Let PART =%str(\R/RTF""\u8706\%'B7""); /* partial differential, U+2202 ISOtech */&lt;BR /&gt;%Let PERMIL =%str(\R/RTF""\u8240\%'B8""); /* per mille sign, U+2030 ISOtech */&lt;BR /&gt;%Let PERP =%str(\R/RTF""\u8869\%'B9""); /* up tack = orthogonal to = perpendicular, U+22A5 ISOtech */&lt;BR /&gt;%Let PHIS =%str(\R/RTF""\u966\%'BA""); /* greek small letter phi, U+03C6 ISOgrk3 */&lt;BR /&gt;%Let PIS =%str(\R/RTF""\u960\%'BB""); /* greek small letter pi, U+03C0 ISOgrk3 */&lt;BR /&gt;%Let PIVS =%str(\R/RTF""\u982\%'BC""); /* greek pi symbol, U+03D6 ISOgrk3 */&lt;BR /&gt;%Let PLUSMN =%str(\R/RTF""\u177\%'BD""); /* plus-minus sign = plus-or-minus sign, U+00B1 ISOnum */&lt;BR /&gt;%Let POUND =%str(\R/RTF""\u163\%'BE""); /* pound sign, U+00A3 ISOnum */&lt;BR /&gt;%Let PRIME =%str(\R/RTF""\u8242\%'BF""); /* prime = minutes = feet, U+2032 ISOtech */&lt;BR /&gt;%Let PROD =%str(\R/RTF""\u8719\%'C0""); /* n-ary product = product sign, U+220F ISOamsb */&lt;BR /&gt;%Let PROP =%str(\R/RTF""\u8733\%'C1""); /* proportional to, U+221D ISOtech */&lt;BR /&gt;%Let PSIS =%str(\R/RTF""\u968\%'C2""); /* greek small letter psi, U+03C8 ISOgrk3 */&lt;BR /&gt;%Let QUOT =%str(\R/RTF""\u34\%'C3""); /* quotation mark = APL quote, U+0022 ISOnum */&lt;BR /&gt;%Let RARR =%str(\R/RTF""\u8658\%'C4""); /* rightwards double arrow, U+21D2 ISOtech */&lt;BR /&gt;%Let RADIC =%str(\R/RTF""\u8730\%'C5""); /* square root = radical sign, U+221A ISOtech */&lt;BR /&gt;%Let RANG =%str(\R/RTF""\u9002\%'C6""); /* right-pointing angle bracket = ket, U+232A ISOtech */&lt;BR /&gt;%Let RAQUO =%str(\R/RTF""\u187\%'C7""); /* right-pointing double angle quotation mark = right pointing guillemet, U+00BB */&lt;BR /&gt;%Let RARR =%str(\R/RTF""\u8594\%'C8""); /* rightwards arrow, U+2192 ISOnum */&lt;BR /&gt;%Let RCEIL =%str(\R/RTF""\u8969\%'C9""); /* right ceiling, U+2309 ISOamsc */&lt;BR /&gt;%Let RDQUO =%str(\R/RTF""\u8221\%'CA""); /* right double quotation mark, U+201D ISOnum */&lt;BR /&gt;%Let REAL =%str(\R/RTF""\u8476\%'CB""); /* blackletter capital R = real part symbol, U+211C ISOamso */&lt;BR /&gt;%Let REG =%str(\R/RTF""\u174\%'CC""); /* registered sign = registered trade mark sign, U+00AE ISOnum */&lt;BR /&gt;%Let RFLOOR =%str(\R/RTF""\u8971\%'CD""); /* right floor, U+230B ISOamsc */&lt;BR /&gt;%Let RHOS =%str(\R/RTF""\u961\%'CE""); /* greek small letter rho, U+03C1 ISOgrk3 */&lt;BR /&gt;%Let RLM =%str(\R/RTF""\u8207\%'CF""); /* right-to-left mark, U+200F NEW RFC 2070 */&lt;BR /&gt;%Let RSAQUO =%str(\R/RTF""\u8250\%'D0""); /* single right-pointing angle quotation mark, U+203A ISO proposed */&lt;BR /&gt;%Let RSQUO =%str(\R/RTF""\u8217\%'D1""); /* right single quotation mark, U+2019 ISOnum */&lt;BR /&gt;%Let SBQUO =%str(\R/RTF""\u8218\%'D2""); /* single low-9 quotation mark, U+201A NEW */&lt;BR /&gt;%Let SCARONS =%str(\R/RTF""\u353\%'D3""); /* latin small letter s with caron, U+0161 ISOlat2 */&lt;BR /&gt;%Let SDOT =%str(\R/RTF""\u8901\%'D4""); /* dot operator, U+22C5 ISOamsb */&lt;BR /&gt;%Let SECT =%str(\R/RTF""\u167\%'D5""); /* section sign, U+00A7 ISOnum */&lt;BR /&gt;%Let SHY =%str(\R/RTF""\u173\%'D6""); /* soft hyphen = discretionary hyphen, U+00AD ISOnum */&lt;BR /&gt;%Let SIGMAS =%str(\R/RTF""\u963\%'D7""); /* greek small letter sigma, U+03C3 ISOgrk3 */&lt;BR /&gt;%Let SIGMAF =%str(\R/RTF""\u962\%'D8""); /* greek small letter final sigma, U+03C2 ISOgrk3 */&lt;BR /&gt;%Let SIM =%str(\R/RTF""\u8764\%'D9""); /* tilde operator = varies with = similar to, U+223C ISOtech */&lt;BR /&gt;%Let SPADES =%str(\R/RTF""\u9824\%'DA""); /* black spade suit, U+2660 ISOpub */&lt;BR /&gt;%Let SUB =%str(\R/RTF""\u8834\%'DB""); /* subset of, U+2282 ISOtech */&lt;BR /&gt;%Let SUBE =%str(\R/RTF""\u8838\%'DC""); /* subset of or equal to, U+2286 ISOtech */&lt;BR /&gt;%Let SUM =%str(\R/RTF""\u8721\%'DD""); /* n-ary sumation, U+2211 ISOamsb */&lt;BR /&gt;%Let SUP =%str(\R/RTF""\u8835\%'DE""); /* superset of, U+2283 ISOtech */&lt;BR /&gt;%Let SPP1 =%str(\R/RTF""\u185\%'DF""); /* superscript one = superscript digit one, U+00B9 ISOnum */&lt;BR /&gt;%Let SPP2 =%str(\R/RTF""\u178\%'E0""); /* superscript two = superscript digit two = squared, U+00B2 ISOnum */&lt;BR /&gt;%Let SPP3 =%str(\R/RTF""\u179\%'E1""); /* superscript three = superscript digit three = cubed, U+00B3 ISOnum */&lt;BR /&gt;%Let SUPE =%str(\R/RTF""\u8839\%'E2""); /* superset of or equal to, U+2287 ISOtech */&lt;BR /&gt;%Let SZLIGS =%str(\R/RTF""\u223\%'E3""); /* latin small letter sharp s = ess-zed, U+00DF ISOlat1 */&lt;BR /&gt;%Let TAUS =%str(\R/RTF""\u964\%'E4""); /* greek small letter tau, U+03C4 ISOgrk3 */&lt;BR /&gt;%Let THERE4 =%str(\R/RTF""\u8756\%'E5""); /* therefore, U+2234 ISOtech */&lt;BR /&gt;%Let THETAS =%str(\R/RTF""\u952\%'E6""); /* greek small letter theta, U+03B8 ISOgrk3 */&lt;BR /&gt;%Let THETASYM =%str(\R/RTF""\u977\%'E7""); /* greek small letter theta symbol, U+03D1 NEW */&lt;BR /&gt;%Let THINSP =%str(\R/RTF""\u8201\%'E8""); /* thin space, U+2009 ISOpub */&lt;BR /&gt;%Let THORNS =%str(\R/RTF""\u254\%'E9""); /* latin small letter thorn with, U+00FE ISOlat1 */&lt;BR /&gt;%Let TILDES =%str(\R/RTF""\u732\%'EA""); /* small tilde, U+02DC ISOdia */&lt;BR /&gt;%Let TIMES =%str(\R/RTF""\u215\%'EB""); /* multiplication sign, U+00D7 ISOnum */&lt;BR /&gt;%Let TRADE =%str(\R/RTF""\u8482\%'EC""); /* trade mark sign, U+2122 ISOnum */&lt;BR /&gt;%Let UARRS =%str(\R/RTF""\u8657\%'ED""); /* upwards double arrow, U+21D1 ISOamsa */&lt;BR /&gt;%Let UACUTE =%str(\R/RTF""\u250\%'EE""); /* latin small letter u with acute, U+00FA ISOlat1 */&lt;BR /&gt;%Let UARRS =%str(\R/RTF""\u8593\%'EF""); /* upwards arrow, U+2191 ISOnum */&lt;BR /&gt;%Let UCIRCS =%str(\R/RTF""\u251\%'F0""); /* latin small letter u with circumflex, U+00FB ISOlat1 */&lt;BR /&gt;%Let UGRAVE =%str(\R/RTF""\u249\%'F1""); /* latin small letter u with grave, U+00F9 ISOlat1 */&lt;BR /&gt;%Let UML =%str(\R/RTF""\u168\%'F2""); /* diaeresis = spacing diaeresis, U+00A8 ISOdia */&lt;BR /&gt;%Let UPSIHS =%str(\R/RTF""\u978\%'F3""); /* greek upsilon with hook symbol, U+03D2 NEW */&lt;BR /&gt;%Let UPSILONS =%str(\R/RTF""\u965\%'F4""); /* greek small letter upsilon, U+03C5 ISOgrk3 */&lt;BR /&gt;%Let UUML =%str(\R/RTF""\u252\%'F5""); /* latin small letter u with diaeresis, U+00FC ISOlat1 */ ______________________________________________________________*\&lt;BR /&gt;%Let WEIERPS =%str(\R/RTF""\u8472\%'F6""); /* script capital P = power set = Weierstrass p, U+2118 ISOamso */ |&lt;BR /&gt;%Let XIS =%str(\R/RTF""\u958\%'F7""); /* greek small letter xi, U+03BE ISOgrk3 */ e n d p r o g r a m |&lt;BR /&gt;%Let YACUTES =%str(\R/RTF""\u253\%'F8""); /* latin small letter y with acute, U+00FD ISOlat1 */ _______________________________________________________________|&lt;BR /&gt;%Let YEN =%str(\R/RTF""\u165\%'F9""); /* yen sign = yuan sign, U+00A5 ISOnum */ */&lt;BR /&gt;%Let YUMLS =%str(\R/RTF""\u255\%'FA""); /* latin small letter y with diaeresis, U+00FF ISOlat1 */ !@#;&lt;BR /&gt;%Let ZETAS =%str(\R/RTF""\u950\%'FB""); /* greek small letter zeta, U+03B6 ISOgrk3 */&lt;BR /&gt;%Let ZWJ =%str(\R/RTF""\u8205\%'FC""); /* zero width joiner, U+200D NEW RFC 2070 */ acro runifchanged;&lt;BR /&gt;%Let ZWNJ =%str(\R/RTF""\u8204\%'FD""); /* zero width non-joiner, U+200C NEW RFC 2070 */&lt;/P&gt;&lt;P&gt;%let l= %str(\R/RTF'\li270 ');&lt;BR /&gt;%let s= %str(\R/RTF'{\super -x} ');&lt;/P&gt;&lt;P&gt;%let ZWNJ=%str(\R/RTF""\cf2\b\u956\%'9C\u177\%'BD\u963\%'D7\b0""); /* mu plus or minus sigma */&lt;BR /&gt;%let ZWNK=%str(\R/RTF""\cf13\b\u915\%'16\u923\%'1D\u931\%'30\b0""); /* capital Gamma Lamda Sigma */&lt;/P&gt;&lt;P&gt;/* Show symbols withou5 % */&lt;/P&gt;&lt;P&gt;%put ZWNJ=&amp;amp;ZWNJ.;&lt;BR /&gt;%put ZWNK=&amp;amp;ZWNK.;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 23:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308039#M66032</guid>
      <dc:creator>rogerjdeangelis</dc:creator>
      <dc:date>2016-10-28T23:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Underline a Variable with ODS and Put Statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308054#M66042</link>
      <description>&lt;PRE&gt;

^S={textdecoration=underline}
OR

title1 '~R/RTF"\ul " Title is italic and contains underlined text'; 


&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Oct 2016 04:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308054#M66042</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-29T04:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Underline a Variable with ODS and Put Statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308621#M66244</link>
      <description>&lt;P&gt;PDF and RTF&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 20:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Underline-a-Variable-with-ODS-and-Put-Statement/m-p/308621#M66244</guid>
      <dc:creator>scttttt</dc:creator>
      <dc:date>2016-11-01T20:17:23Z</dc:date>
    </item>
  </channel>
</rss>

