[Seaside] [!! SPAM] How to output unicode character

Lukas Renggli renggli at gmail.com
Thu Sep 6 12:27:22 UTC 2007


> Maybe I am bad in google search, but can anybody say me how to print
> special symbol on web page from seaside. Currently I see that all my
> string passed through special filter and evwrything like &acute is
> escaped. How to print this symbol on screen?

     html html: '´'

but usually you don't need to use that kind of character entities.
Just make sure that your characters are propre UTF-8 (or whatever
other encoding you serve).

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list