[Seaside] Encoding problem

Sven Van Caekenberghe sven at stfx.eu
Tue May 20 11:19:52 UTC 2014


On 20 May 2014, at 12:47, Stephan Eggermont <stephan at stack.nl> wrote:

> We have an issue in default Pier with rendering/encoding.
> Did I miss setting encoding somewhere?
> 
> If we enter in WAEncodingFunctionalTest the following three characters:
> ->ë
> the text input field removes the -.

I can confirm the problem. This is really weird.

Apparently you need a non-ascii character preceded by an xml-unsafe one:

abc<é
aaa&ç

And when the characters are printed one by one wrapped in a span they all show !

> We noticed because the text area used to edit pier documents
> became unusable.
> 
> Stephan
> 
> 
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list