<?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: For  Forum Admin: Bug in Forum Application in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/For-Forum-Admin-Bug-in-Forum-Application/m-p/58072#M12603</link>
    <description>Patrick,&lt;BR /&gt;
Thank you for reporting this problem.  I have a feeling that part of it has to do with trying to convert characters into emoticons.  We'll look into it and see what we can do. I'll post results here and in the Support News blog (http://blogs.sas.com/supportnews)&lt;BR /&gt;
Thanks again.&lt;BR /&gt;
-renee</description>
    <pubDate>Thu, 30 Oct 2008 13:30:10 GMT</pubDate>
    <dc:creator>reneeharper</dc:creator>
    <dc:date>2008-10-30T13:30:10Z</dc:date>
    <item>
      <title>For  Forum Admin: Bug in Forum Application</title>
      <link>https://communities.sas.com/t5/SAS-Programming/For-Forum-Admin-Bug-in-Forum-Application/m-p/58070#M12601</link>
      <description>Dear forum admin(s)&lt;BR /&gt;
&lt;BR /&gt;
It seems that there is a little bug in the HTML encoding/decoding in this page for lines with  '&amp;lt;' and a slash '/'.&lt;BR /&gt;
Just copy the line above and and use it in a new post and you'll see what I'm talking about.&lt;BR /&gt;
 &lt;BR /&gt;
To be able to write the '&amp;lt;' I had to use the HTML coding '&amp;amp; l t ;' (without the blanks).&lt;BR /&gt;
&lt;BR /&gt;
The following code seems to be stored correctly (I can recall it and see all of it in the editor window) but only part of it is shown in the forum.&lt;BR /&gt;
&lt;BR /&gt;
I made some tests: It seems to be the combination of bracket and slash in one line. &lt;BR /&gt;
&lt;BR /&gt;
If you have a look into the data you will see that there is more than what is shown below.&lt;BR /&gt;
&lt;BR /&gt;
data work.rsubset(drop=obsleft sampsize); &lt;BR /&gt;
 sampsize=10; &lt;BR /&gt;
 obsleft=totobs; &lt;BR /&gt;
 do while(sampsize&amp;gt;0); &lt;BR /&gt;
 pickit+1; &lt;BR /&gt;
 if ranuni(0) &amp;lt; sampsize / obsleft then do; &lt;BR /&gt;
 set sasuser.revenue point=pickit &lt;BR /&gt;
 nobs=totobs; &lt;BR /&gt;
 output; &lt;BR /&gt;
 sampsize=sampsize-1; &lt;BR /&gt;
 end; &lt;BR /&gt;
 obsleft=obsleft-1; &lt;BR /&gt;
 end; &lt;BR /&gt;
 stop; &lt;BR /&gt;
 run;&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Patrick&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Patrick&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Patrick&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Patrick</description>
      <pubDate>Thu, 30 Oct 2008 10:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/For-Forum-Admin-Bug-in-Forum-Application/m-p/58070#M12601</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2008-10-30T10:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: For  Forum Admin: Bug in Forum Application</title>
      <link>https://communities.sas.com/t5/SAS-Programming/For-Forum-Admin-Bug-in-Forum-Application/m-p/58071#M12602</link>
      <description>Dear forum admin(s)&lt;BR /&gt;
&lt;BR /&gt;
It seems that there is a little bug in the HTML encoding/decoding in this page for lines with '&amp;lt;' and a slash '/'.&lt;BR /&gt;
Just copy the line above and and use it in a new post and you'll see what I'm talking about.</description>
      <pubDate>Thu, 30 Oct 2008 12:31:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/For-Forum-Admin-Bug-in-Forum-Application/m-p/58071#M12602</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2008-10-30T12:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: For  Forum Admin: Bug in Forum Application</title>
      <link>https://communities.sas.com/t5/SAS-Programming/For-Forum-Admin-Bug-in-Forum-Application/m-p/58072#M12603</link>
      <description>Patrick,&lt;BR /&gt;
Thank you for reporting this problem.  I have a feeling that part of it has to do with trying to convert characters into emoticons.  We'll look into it and see what we can do. I'll post results here and in the Support News blog (http://blogs.sas.com/supportnews)&lt;BR /&gt;
Thanks again.&lt;BR /&gt;
-renee</description>
      <pubDate>Thu, 30 Oct 2008 13:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/For-Forum-Admin-Bug-in-Forum-Application/m-p/58072#M12603</guid>
      <dc:creator>reneeharper</dc:creator>
      <dc:date>2008-10-30T13:30:10Z</dc:date>
    </item>
  </channel>
</rss>

