[Seaside] German characters in combination with WAListenerAdaptor

Philippe Marschall philippe.marschall at gmail.com
Mon Jul 26 19:27:03 UTC 2010


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


More information about the seaside mailing list