[Seaside] Re: Bootstrap on squeak

Bob Arning arning315 at comcast.net
Tue Jan 21 21:01:16 UTC 2014


If that's the <codec> 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.

Cheers,
Bob

On 1/21/14 3:05 PM, Torsten Bergmann wrote:
> Bob Arning wrote:
>> That last character causes squeak to make the String a WideString with
>> the result that http://localhost:9999/bootstrap/browser/Buttons renders
>> incompletely.
> Pharo can handle that as  http://pharo.pharocloud.com/bootstrap/browser/Buttons
> 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.
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140121/2da132c1/attachment.htm


More information about the seaside mailing list