<div dir="ltr"><div>Thank you for your offering, but just found the solution. </div><div>It was an enconding problem after all.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 10, 2015 at 7:03 PM, Johan Brichau <span dir="ltr">&lt;<a href="mailto:johan@inceptive.be" target="_blank">johan@inceptive.be</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Can you check which adaptor and which versions of the concerned packages you are using?<div>If we can reconstruct the issue with a code sample, we can see what is happening.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Johan</div></font></span><div><div class="h5"><div><br><div><blockquote type="cite"><div>On 07 Mar 2015, at 00:28, Laura Risani &lt;<a href="mailto:laura.risani@gmail.com" target="_blank">laura.risani@gmail.com</a>&gt; wrote:</div><br><div><div dir="ltr">Hi,<div><br></div><div>Tried changing app charset but didn&#39;t change a thing.</div><div>Perhaps it has something to do with the adaptor i&#39;m using, changes i made.</div><div>Yet retrieving the textArea value through a script gives the right text, so i&#39;ll do that it until the case i found another solution.</div><div><br></div><div>Best,</div><div>Laura</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 6, 2015 at 6:14 PM, Tobias Pape <span dir="ltr">&lt;<a href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span><br>
On 06.03.2015, at 22:06, Bob Arning &lt;<a href="mailto:arning315@comcast.net" target="_blank">arning315@comcast.net</a>&gt; wrote:<br>
<br>
&gt; Well, %2B is the &quot;+&quot;, so it&#39;s not even what you entered, encoded or not. I did notice you were having some issues related to encoding a few days ago. Could those have something to do with this problem?<br>
<br>
</span>This could be a double encoding problem:<br>
in Form-urlencoded requests, a space can be represented by a + [1]<br>
but apparently, the + then got urlencoded itself.<br>
<br>
note the + is a space only in the _query_ of the request.<br>
<br>
Best<br>
        -Tobias<br>
<br>
<br>
<br>
[1] <a href="http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1" target="_blank">http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1</a><br>
<div><div><br>
&gt;<br>
&gt; On 3/6/15 1:52 PM, Laura Risani wrote:<br>
&gt;&gt; Hi all,<br>
&gt;&gt;<br>
&gt;&gt; Having rendered this<br>
&gt;&gt;<br>
&gt;&gt; html textArea callback: [ :value | self actionWith: value ]; ...<br>
&gt;&gt;<br>
&gt;&gt; When the callback is processed the value argument has all white spaces (inputed pressing the space key) replaced by &#39;%2B&#39;.<br>
&gt;&gt;<br>
&gt;&gt; Should i change them manually or there is another way to fix it?<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m not sure this happened before i removed development tools sending<br>
&gt;&gt;<br>
&gt;&gt; WAAdmin applicationDefaults<br>
&gt;&gt;     removeParent: WADevelopmentConfiguration instance.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Love,<br>
&gt;&gt; Laura<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; seaside mailing list<br>
&gt;&gt;<br>
&gt;&gt; <a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
&gt;&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br>
<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>
</div></div></blockquote></div><br></div>
_______________________________________________<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></div></blockquote></div><br></div></div></div></div><br>_______________________________________________<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" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div>