[Seaside] Encoding question

Philippe Marschall philippe.marschall at gmail.com
Fri Jun 6 04:44:01 UTC 2008


2008/6/3, Boris Popov <boris at deepcovelabs.com>:
> Andres,
>
>  I recall getting that same combo working a while back, here's a starting point for you,
>
>  SeasidePlatformSupport class>>readWriteStream
>   ^EncodedStream
>    on: (ReadWriteStream on: (ByteArray new: 1000))
>    encodedBy: (StreamEncoder new: #'utf-8').
>
>  ... but I think I had to make a couple of small changes to Swazoo as well, although I don't have that code handy anymore.


Uhm, sometimes I am so blind. That does only half the work, that does
only do the encoding (unconditionally), you'll also need to do the
decoding.

Cheers
Philippe


More information about the seaside mailing list