<?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 how to change ascii code to normal special character in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-change-ascii-code-to-normal-special-character/m-p/18809#M3742</link>
    <description>Hi&lt;BR /&gt;
   how do I change  ASCII code to normal special character . for example  Ý  and     ¨   to special characters [  and  ] respectively   in SAS&lt;BR /&gt;
Thanks&lt;BR /&gt;
Ravi</description>
    <pubDate>Mon, 19 May 2008 15:38:09 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-05-19T15:38:09Z</dc:date>
    <item>
      <title>how to change ascii code to normal special character</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-change-ascii-code-to-normal-special-character/m-p/18809#M3742</link>
      <description>Hi&lt;BR /&gt;
   how do I change  ASCII code to normal special character . for example  Ý  and     ¨   to special characters [  and  ] respectively   in SAS&lt;BR /&gt;
Thanks&lt;BR /&gt;
Ravi</description>
      <pubDate>Mon, 19 May 2008 15:38:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-change-ascii-code-to-normal-special-character/m-p/18809#M3742</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-19T15:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to change ascii code to normal special character</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-change-ascii-code-to-normal-special-character/m-p/18810#M3743</link>
      <description>the following will give you the character table.&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;B&gt;&lt;BR /&gt;
data null;&lt;BR /&gt;
	do ascii=0 to 255;&lt;BR /&gt;
	 character = &lt;U&gt;byte(&lt;/U&gt;ascii);&lt;BR /&gt;
	 output;&lt;BR /&gt;
	end;&lt;BR /&gt;
run;&lt;/B&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 20 Jun 2008 16:32:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-change-ascii-code-to-normal-special-character/m-p/18810#M3743</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-20T16:32:14Z</dc:date>
    </item>
  </channel>
</rss>

