[!! SPAM] How to output unicode character

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[!! SPAM] How to output unicode character

Oleg Richards
Hello Guys!

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?

Cheers,
Oleg
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [!! SPAM] How to output unicode character

Lukas Renggli
> 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
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside