<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Georgia">If that's the &lt;codec&gt; on WAServerAdaptor
      (WAWebServerAdaptor, specifically), it's a GRNullCodec (default).
      I changed it to GRCodec forEncoding: 'utf-8' and it now renders,
      although I'm not sure if that has implicatins on the input side.<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 1/21/14 3:05 PM, Torsten Bergmann
      wrote:<br>
    </div>
    <blockquote
cite="mid:trinity-b5a419d0-5e01-43d7-8ca4-8f23083e485e-1390334743753@3capp-gmx-bs29"
      type="cite">
      <pre wrap="">Bob Arning wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">That last character causes squeak to make the String a WideString with 
the result that <a class="moz-txt-link-freetext" href="http://localhost:9999/bootstrap/browser/Buttons">http://localhost:9999/bootstrap/browser/Buttons</a> renders 
incompletely.
</pre>
      </blockquote>
      <pre wrap="">
Pharo can handle that as  <a class="moz-txt-link-freetext" href="http://pharo.pharocloud.com/bootstrap/browser/Buttons">http://pharo.pharocloud.com/bootstrap/browser/Buttons</a>
proves.

Checked the code - yes it is a WideString. Since it is not necessary I changed it
to a ByteString. Check the lates example package.

Still wonder why Squeak cant handle that correctly in Seaside. Maybe it is the
Seaside Adaptor encoding that you are using.

Bye
T.

</pre>
    </blockquote>
    <br>
  </body>
</html>