<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Three cheers for Bob!<br><br><br><div id="1"><br>---- On Sat, 21 Dec 2013 21:03:02 -0800 <b>David T. Lewis &lt;lewis@mail.msen.com&gt;</b> wrote ---- <br></div><br><blockquote style="border-left: 1px solid #0000FF; padding-left: 6px; margin:0 0 0 5px">Bob, <br> <br>This is absolutely great, thank you so much for the help. I just loaded <br>your patch into the running image, and the <a href="http://squeaksource.com" target="_blank">http://squeaksource.com</a> web <br>interface is back to normal again. <br> <br>Dave <br> <br> <br>On Sat, Dec 21, 2013 at 11:25:59PM -0500, Bob Arning wrote: <br>&gt; David, <br>&gt;  <br>&gt; The short answer is that two users (St?ane Munioz St?ane Munioz) have  <br>&gt; wide characters in their name and this does the damage. The method below  <br>&gt; is a quick hack to filter these 2 out of the list and all seems good. <br>&gt;  <br>&gt; Cheers, <br>&gt; Bob <br>&gt;  <br>&gt; 'From Squeak3.11alpha of 6 January 2010 [latest update: #8824] on 21  <br>&gt; December 2013 at 11:21:03 pm'! <br>&gt;  <br>&gt; !SSHome methodsFor: 'statistics'! <br>&gt; membersNew <br>&gt;     | t1 | <br>&gt;     t1 := self statistics membersNew. <br>&gt;     ^ t1 <br>&gt;         reject: [:t2 | t2 asString <br>&gt;                 anySatisfy: [:t3 | t3 asciiValue &gt; 255]]! ! <br>&gt;  <br>&gt;  <br>&gt;  <br>&gt;  <br>&gt; On 12/21/13 9:25 PM, David T. Lewis wrote: <br>&gt; &gt;On Sat, Dec 21, 2013 at 07:41:08PM -0500, Bob Arning wrote: <br>&gt; &gt;&gt;If you click one of the links on the first page, the next page looks <br>&gt; &gt;&gt;good. If you then go back, the css from page 2 makes page1 look a little <br>&gt; &gt;&gt;better. So, the breakage is limited. Any way to share the image? <br>&gt; &gt;Thanks Bob, <br>&gt; &gt; <br>&gt; &gt;A copy of the image is at <a href="http://box2.squeak.org/ss_image_for_bob.zip" target="_blank">http://box2.squeak.org/ss_image_for_bob.zip</a> <br>&gt; &gt; <br>&gt; &gt;The zip is encripted, I will send the password to you in a separate email. <br>&gt; &gt; <br>&gt; &gt;Dave <br>&gt; &gt; <br>&gt; &gt; <br>&gt;  <br>_______________________________________________ <br>seaside mailing list <br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a> <br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a> <br></blockquote><br></div></body></html>