Hi Andrés, list,<br>I&#39;ve found the &quot;root&quot; of problem. <br><br>If you look into the message &quot;WAResponse(class)&gt;&gt;defaultValueForCharSet&quot; you will see that always return &#39;UTF-8&#39;, but in my case, the VisualWorksNC image is encoding in&nbsp; #&#39;Windows-1252&#39;, so for that reason I couldn&#39;t see the accentuated characters properly.<br>
<br>The fix is to override &quot;WAResponse(class)&gt;&gt;defaultValueForCharSet&quot; as follow:<br>WAResponse(class)&gt;&gt;defaultValueForCharSet<br>&nbsp;&nbsp;&nbsp; ^Locale current defaultEncoding &quot;this will return the actual image&#39;s encoding&quot;<br>
<br>Hope this helps,<br>Lautaro Fernández<br><br><br><div class="gmail_quote">2008/6/7 Andres Fortier &lt;<a href="mailto:andres@lifia.info.unlp.edu.ar">andres@lifia.info.unlp.edu.ar</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ok, thank you very much for the pointers!<br>
<br>
Cheers,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Andrés<br>
<br>
Philippe Marschall escribió:<div><div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2008/6/6 Andres Fortier &lt;<a href="mailto:andres@lifia.info.unlp.edu.ar" target="_blank">andres@lifia.info.unlp.edu.ar</a>&gt;:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[snip]<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If your image encoding is Unicode then browser your send 0xC3 0xA9 as<br>
well and in your image you should have:<br>
<br>
String with: (Character value: 16rE9)<br>
<br>
This should be sent as 0xC3 0xA9 &nbsp;to the browser.<br>
</blockquote>
That&#39;s what I supposed too, but it seems something is getting lost<br>
somewhere.<br>
</blockquote>
<br>
I can tell you where it should happen. When the String is written to<br>
the WAResponse instance the stream instance variable should be an<br>
EncodedStream that does the encoding. Some time later someone should<br>
send #contents to the WAResponse instance it should return the encoded<br>
string.<br>
<br>
But that solves only the part for the response and not for the request.<br>
<br>
Cheers<br>
Philippe<br>
<br>
</blockquote>
_______________________________________________<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><br clear="all"><br>-- <br>Luke LAut SkyFernadezWalker