[plt-scheme] Special characters in webserver
In the xexpr, just put
179
ie:
`(div "This is some text with " 179 " funny characters it in")
or, if you are writing XML, this is the equivalent:
<div>This is some funny text with ³ in it</div>
This also works for the symbolic names of entities, use symbols rather
than numbers.
Robby
At Wed, 02 Apr 2003 11:53:27 -0500 (EST), dvanhorn at emba.uvm.edu wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> How does one produce the string "³" in the webserver? Ie, how can I keep
> the string from becoming "&#179;"?
>
> TIA
> -d
>
>