[Seaside] Accented characters

Philippe Marschall philippe.marschall at gmail.com
Mon Jul 24 09:26:43 UTC 2006


2006/7/24, Damien Cassou <damien.cassou at laposte.net>:
> Philippe Marschall wrote:
> >> First I need to do is use WAKomEncoded. But I do not understand what I
> >> need to do to use it in my application. Can you explain me please ?
> >
> > Well instead of WAKom you use WAKomEncoded.
> >
> > WAKom stop.
> > WAKomEncoded startOn: 8080.
>
> Ok, I wasn't clear at all, sorry. I understand I need to use
> WAKomEncoded and how to use it. What I miss now is how to convert
> strings from Seaside input to Squeak model and back. Thank you Philippe.

You don't need to convert anything. If you use WAKomEncoded it does
the converting. You just have to make sure that the strings that you
give to seaside but don't come from seaside (literals) have the right
encoding.

Philippe


More information about the Seaside mailing list