[Seaside] [VAST] Character Encodings in JQAjax>>#serializeForm

Julian Fitzell jfitzell at gmail.com
Mon Sep 20 08:44:39 UTC 2010


WAKomEncoded is deprecated. It now simply starts a WAComancheAdaptor
with the correct Codec. So I guess what you need is an appropriate
Codec implementation...

Julian

On Mon, Sep 20, 2010 at 10:08 AM, Joachim Tuchel (Lists)
<lists at objektfabrik.de> wrote:
> Hi Philippe,
>
>
>
> I was afraid of this answer, especially the "you cannot do much about it"
> part ;-)
>
>
>
> So for as long as VAST is not using UTF-8 internally, I can only try to make
> "all" Seaside-related traffic be de/encoded between UTF-8 and my Smalltalk
> Image.
>
>
>
> If I understand correctly, in Pharo and Squeak this is achieved by using an
> encoding/decoding web server (WAKomEncoded???) and not by any
> Seaside-related setting, right?
>
> I wonder if I can find ways to configure SST or the SST-Seaside-Adapter to
> de/encode all traffic.
>
> I'll try to find out in VAST-land and will post my results here (because I
> think the guys who possibly know are not (yet) hanging around here...
>
> Thanks for looking at this
>
> Joachim
>
>
>
>
>
> Philippe Marschall <philippe.marschall at gmail.com> hat am 17. September 2010
> um 19:37 geschrieben:
>
>> 2010/9/17 Lukas Renggli <renggli at gmail.com>:
>> > Hi Joachim,
>> >
>> > Could this be related to
>> > <http://code.google.com/p/seaside/issues/detail?id=585>? This issue
>> > was recently fixed in Pharo and might not have been ported to VA yet.
>>
>> To me it looks more like jQuery always uses utf-8 in serialize() [1].
>> It doesn't look like there's much you can do about it. You might want
>> to to post in their forums. It looks like your only option is to add a
>> bastard processing step that detects this and converts from utf-8 to
>> Latin 9.
>>
>>  [1] http://api.jquery.com/serialize/
>>
>> Cheers
>> Philippe
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list