[Seaside] HTML encoding characters in textInput field

Benoît Delmotte benoit.delmotte at gmail.com
Wed Apr 21 07:57:45 UTC 2010


Normally seaside do it, but, in the act... a textInput field example

Achille Talon et le myst�re de l'homme � deux t�tes

And in the view source I have:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>

So UTF8 encoding is enable, but it doesn't work as well as we expect.


2010/4/21 Julian Fitzell <jfitzell at gmail.com>

> Why can't you just put é in the text input? Seaside handles the encoding
> for you, so if you encode it yourself you'll get double encoding.
>
> Julian
>
> 2010/4/21 Benoît Delmotte <benoit.delmotte at gmail.com>
>
>> Hi,
>>
>> When I put in a text input (html textInput) encoding characters, there
>> isn't the wanted translation,
>> for example, *&eacute;* gives *&eacute;* in the browser (exactly *
>> &amp;eacute;* in the source view)
>> as you can wait, I want a '*é'.*
>> *
>> *
>> NB: In a *html render* the problem was solved with a *html html.*
>>
>> **But in this new case, I need help
>> *
>> *
>> *
>> *
>>
>> _______________________________________________
>> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100421/4aae0708/attachment.htm


More information about the seaside mailing list