<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;" class="">Hi Hilaire,<div class=""><div class=""><br class=""></div><div class="">If you are rendering a euro symbol on an html page, it’s probably better to use the html character code:</div><div class=""><br class=""></div><div class="">html encodeCharacter: Character euro</div><div class="">-or-</div><div class="">html html: '&amp;#8364;’</div><div class=""><br class=""></div><div class="">It would also be helpful if you report the performance issue you have with some canonical code to reproduce it on&nbsp;<a href="https://github.com/SeasideSt/Seaside/issues" class="">https://github.com/SeasideSt/Seaside/issues</a></div><div class="">It might be useful to investigate what happens and if it can be prevented. Though, the page document always needs to be encoded as a utf8 document, so I assume internally a bytestring is used.</div><div class=""><br class=""></div><div class="">happy new year</div><div class="">Johan</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On 01 Jan 2016, at 11:09, Hilaire &lt;<a href="mailto:hilaire@drgeo.eu" class="">hilaire@drgeo.eu</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Le 31/12/2015 15:42, Sven Van Caekenberghe a écrit :<br class=""><blockquote type="cite" class="">A possible solution is to somehow start with a WideString from the beginning (or force it before doing all elements one by one).<br class=""></blockquote><br class="">In the hack you are suggesting, does it not required the whole contents<br class="">of the rendered page html code to be put as WideString?<br class="">Indeed, hacking only my object #printOn: method to send WideString to<br class="">the stream does not help.<br class=""><br class="">Hilaire<br class=""><br class="">-- <br class="">Dr. Geo<br class=""><a href="http://drgeo.eu" class="">http://drgeo.eu</a><br class="">http://google.com/+DrgeoEu<br class=""><br class=""><br class="">_______________________________________________<br class="">seaside mailing list<br class="">seaside@lists.squeakfoundation.org<br class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>