[Seaside] German characters in combination with WAListenerAdaptor

webmail at pielka.de webmail at pielka.de
Tue Jul 27 07:29:18 UTC 2010


This evaluated sucessfully but when I access the application now through the browser I get the following 'message not understood' error:
SocketStream>>next:putAll:startingAt:
SocketStream(Object)>>doesNotUnderstand: #next:putAll:startingAt:

This error exactly occurs at the place where the 1st german character shall be rendered.

2010/7/26  <webmail at pielka.de>:
> Hello Philippe and Sean,
>
> I use the standard encoding type provided by WAListenerAdaptor. In control 
panel Encoding is: (none). Do I have to set it and if yes: how can I do this 
programmatically? I de-activated the browser-based configuration for security 
reasons.

Try

WAServerManager default adaptors do: [ :each |
  each codec: (GRCodec forEncoding: 'utf-8') ]

Cheers
Philippe
_______________________________________________
seaside mailing list
seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list