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

Philippe Marschall philippe.marschall at gmail.com
Fri Sep 17 17:37:03 UTC 2010


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


More information about the seaside mailing list