<?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 Unicode Characters being ignored in report output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unicode-Characters-being-ignored-in-report-output/m-p/748230#M25083</link>
    <description>&lt;P&gt;I am trying to re-use an existing format&amp;nbsp; which includes some Unicode Characters in it.&amp;nbsp; However, The report which I intend to use this format&amp;nbsp; (HTML Output) does not resolve the unicode characters in a desired format. The other legacy report that uses the same format is displaying the resolved values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wondering if there is any option to enforce the&amp;nbsp;unicode characters in the report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the sample code :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
	value $mtrcspc
		New_Acct_EOM_Purch_Amt="New Acct (^{unicode 2264}12 MOB) Month-end Purchase Sales (in MM)"
		New_Acct_EOC_Purch_Pct="% New Acct (^{unicode 2264}12 MOB) Month-end Sales";
run;

data have;
col1="New_Acct_EOM_Purch_Amt";output;
col1="New_Acct_EOC_Purch_Pct";output;
run;


proc print data=have;
	var col1;
	format col1 $mtrcspc.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 22:01:13 GMT</pubDate>
    <dc:creator>r_behata</dc:creator>
    <dc:date>2021-06-15T22:01:13Z</dc:date>
    <item>
      <title>Unicode Characters being ignored in report output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unicode-Characters-being-ignored-in-report-output/m-p/748230#M25083</link>
      <description>&lt;P&gt;I am trying to re-use an existing format&amp;nbsp; which includes some Unicode Characters in it.&amp;nbsp; However, The report which I intend to use this format&amp;nbsp; (HTML Output) does not resolve the unicode characters in a desired format. The other legacy report that uses the same format is displaying the resolved values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wondering if there is any option to enforce the&amp;nbsp;unicode characters in the report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the sample code :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
	value $mtrcspc
		New_Acct_EOM_Purch_Amt="New Acct (^{unicode 2264}12 MOB) Month-end Purchase Sales (in MM)"
		New_Acct_EOC_Purch_Pct="% New Acct (^{unicode 2264}12 MOB) Month-end Sales";
run;

data have;
col1="New_Acct_EOM_Purch_Amt";output;
col1="New_Acct_EOC_Purch_Pct";output;
run;


proc print data=have;
	var col1;
	format col1 $mtrcspc.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 22:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unicode-Characters-being-ignored-in-report-output/m-p/748230#M25083</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2021-06-15T22:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Characters being ignored in report output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unicode-Characters-being-ignored-in-report-output/m-p/748235#M25084</link>
      <description>&lt;P&gt;Are you sure the ODS Escapechar is set? To the ^ character?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 22:49:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unicode-Characters-being-ignored-in-report-output/m-p/748235#M25084</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-06-15T22:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Characters being ignored in report output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unicode-Characters-being-ignored-in-report-output/m-p/748244#M25085</link>
      <description>&lt;P&gt;Awesome!! Thanks for pointing out the&amp;nbsp;ODS ESCAPECHAR.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 01:46:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unicode-Characters-being-ignored-in-report-output/m-p/748244#M25085</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2021-06-16T01:46:16Z</dc:date>
    </item>
  </channel>
</rss>

