[Seaside] how to display special html caracters?

Sean Allen sean at monkeysnatchbanana.com
Fri Mar 26 21:42:02 UTC 2010


Do you have another web server in front Comanche?
If yes, you need to make sure it is setting the encoding type correctly.
It might be using something other than utf8.

On Thu, Mar 25, 2010 at 3:38 PM, Michael Delache <vladmanchev at gmail.com> wrote:
> It's weird. I tried with an UTF8 encoding for WAComancheAdaptator and it's
> the same problem with accents...
> I also tried a Latin1TextConverter with a Latin-1 encoding but it doesn't
> solve the problem.
> Oh, and I also tried to stop WAKom and start WAKomEncoded, not a solution.
>
> When I check my data with the 'explore' message, accents are displayed well
> but not in the web browser.
>
> 2010/3/25 Michael Delache <vladmanchev at gmail.com>
>>
>> I'm using seaside 3.0a5. Thanks, I'll try that
>>
>> 2010/3/25 Richard Durr <richard.durr at googlemail.com>
>>>
>>> Which version of seaside are you using? If you are using Seaside 2.9
>>> or 3.0 you could open the seaside-controllpanel, open the context-menu
>>> for you adapter and pick a text-converter. Otherwise you could try to
>>> switch to WAKomEncoded somehow like that: WAKom stop. WAKomEncoded
>>> startOn: 8080.
>>>
>>> On Thu, Mar 25, 2010 at 7:13 PM, Michael Delache <vladmanchev at gmail.com>
>>> wrote:
>>> > Hi,
>>> >
>>> >   I have some strings containing sepcial html caracters (like accents,
>>> > é, è
>>> > , à, etc...). If I try to render them, they are not rendered like they
>>> > are
>>> > supposed to be. How can I get them displayed correctly?
>>> >
>>> > By the way, they are get by a UTF8TextConverter from an xml file.
>>> >
>>> > _______________________________________________
>>> > 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
>>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list