<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Georgia">David,<br>
      <br>
      Here is an alternative that tries to print the item rather than
      delete it. You can revert the previous fix, if you like.<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
      <br>
      'From Squeak3.11alpha of 6 January 2010 [latest update: #8824] on
      22 December 2013 at 10:32:55 am'!<br>
      <br>
      !WideString methodsFor: 'converting' stamp: 'raa 12/22/2013
      10:31'!<br>
      printHtmlOn: aStream<br>
      <br>
      &nbsp;&nbsp;&nbsp; self squeakToUtf8 printHtmlOn: aStream! !<br>
      <br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 12/22/13 12:03 AM, David T. Lewis
      wrote:<br>
    </div>
    <blockquote cite="mid:20131222050302.GA49368@shell.msen.com"
      type="cite">
      <pre wrap="">Bob,

This is absolutely great, thank you so much for the help. I just loaded
your patch into the running image, and the <a class="moz-txt-link-freetext" href="http://squeaksource.com">http://squeaksource.com</a> web
interface is back to normal again.

Dave


On Sat, Dec 21, 2013 at 11:25:59PM -0500, Bob Arning wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">David,

The short answer is that two users (St?ane Munioz St?ane Munioz) have 
wide characters in their name and this does the damage. The method below 
is a quick hack to filter these 2 out of the list and all seems good.

Cheers,
Bob

'From Squeak3.11alpha of 6 January 2010 [latest update: #8824] on 21 
December 2013 at 11:21:03 pm'!

!SSHome methodsFor: 'statistics'!
membersNew
    | t1 |
    t1 := self statistics membersNew.
    ^ t1
        reject: [:t2 | t2 asString
                anySatisfy: [:t3 | t3 asciiValue &gt; 255]]! !




On 12/21/13 9:25 PM, David T. Lewis wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">On Sat, Dec 21, 2013 at 07:41:08PM -0500, Bob Arning wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">If you click one of the links on the first page, the next page looks
good. If you then go back, the css from page 2 makes page1 look a little
better. So, the breakage is limited. Any way to share the image?
</pre>
          </blockquote>
          <pre wrap="">Thanks Bob,

A copy of the image is at <a class="moz-txt-link-freetext" href="http://box2.squeak.org/ss_image_for_bob.zip">http://box2.squeak.org/ss_image_for_bob.zip</a>

The zip is encripted, I will send the password to you in a separate email.

Dave


</pre>
        </blockquote>
        <pre wrap="">
</pre>
      </blockquote>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>