[Seaside] Re: String encoding

Philippe Marschall philippe.marschall at gmail.com
Tue Apr 22 05:48:55 UTC 2008


2008/4/22, Igor Stasenko <siguctua at gmail.com>:
> okay, i figured it out by implementing a #charSet method in my session
>  subclass to return iso charset instead of utf-8.

That sounds more like a hack until the problem gives up rather than a
fix. Could you answer:
- what encoding your web page should have
- what encoding the strings in your image should have

Since you are dealing with Squeak literals, it might be better to use
WAKomEncoded and utf-8 in the web and Squeak encoding in your image.

Cheers
Philipe


More information about the seaside mailing list