[Seaside] Download in Cp1250

Philippe Marschall philippe.marschall at gmail.com
Mon Oct 22 15:42:23 UTC 2007


2007/10/22, Michal Perutka <michal.perutka at srs.cz>:
> Hi,
>
> I need to download a text file encoded in cp1250, but the resulting file
> is allways in UTF-8.
>
> stream := (MultiByteFileStream fileNamed: 'TEST.TXT') converter:
> CP1250TextConverter new.
> html anchor
>         callback: [self session returnResponse: (WADocumentHandler
> document: stream mimeType: 'text/plain' fileName: 'TEST.TXT') response];
>         text: 'Download...'.
>
> Can anybody help me ?

Do you run WAKom or WAKomEncoded*?

Cheers
Philippe


More information about the seaside mailing list