<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">this one seems solved by:<div><br></div><div>PTEnumerable&gt;&gt;iteratorFor: anObject return: aBoolean</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>^ (anObject isKindOf: BlockClosure)</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>ifFalse: [ anObject asFunction ]</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>ifTrue: [ (JSFunction context: renderContext iterator: anObject) return: aBoolean ]</div><div><br></div><div><br></div><div>but there are problems with&nbsp;</div><div><br></div><div>Scriptaculous-Tests-Core</div><div><br></div><div>all test fail, printString not giving what’s expected</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br><div><div>On Jan 25, 2014, at 7:36 PM, Sebastian Sastre &lt;<a href="mailto:SEBASTIAN@FLOWINGCONCEPT.COM">SEBASTIAN@FLOWINGCONCEPT.COM</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">there’s a problem about PTSelector that DNU #canvas anymore&nbsp;<div><br></div><div>The windows tab of the demo isn’t working</div><div><br></div><div>Ideas welcome</div><div><br></div><div><br></div><div><br></div><div><br><div><br></div><div><br><div><div>On Jan 25, 2014, at 3:23 PM, Sebastian Sastre &lt;<a href="mailto:sebastian@flowingconcept.com">sebastian@flowingconcept.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi there,<div><br></div><div>I’m seeing this weird error when posting with a scriptaculous in place editor on the latest seaside with comanche.</div><div><br></div><div>MessageNotUnderstood: GRPharoUtf8Codec&gt;&gt;invalidUtf8</div><div><br></div><div>What the debugger shows?</div><div><br></div><div>In #decode: the string seems to be already decoded from utf hence the exception</div><div><br></div><div>Any ideas on how to prevent decoding twice?</div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; border-spacing: 0px;"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><a href="https://about.me/sebastianconcept">sebastian</a></div><div><br></div><div>o/</div></div><div><br></div></div></span>PD: it will not fail when you post text that doesn’t have diacritics so make sure you use something like 'organição'</span><br class="Apple-interchange-newline">
</div>

<br></div>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br></div></div></div>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></div></body></html>