
How to obtain the following chars with stan : éèçà© for example (I always obtain the ? char)

On 6/23/2004, "soft.omicron@laposte.net" <soft.omicron@laposte.net> wrote:
How to obtain the following chars with stan : éèçà© for example (I always obtain the ? char)
You'll have to use XML identities, as far as I know. So the Stan would be: myStan = tags.div[tags.xml("© 2004 Soft Omicron"] If you had any characters that needed to be translated into XML, you would do something like this: myStan = tags.div[ "<&&This will render as normal text&>", "but this won't: ", tags.xml("©"), ] There may be a way to extend the string renderer so that it detects these special characters and reformats them, but I think that'd get way too hairy (given the plethora of different native encodings people use these days).
participants (2)
-
Alex Levy
-
soft.omicron@laposte.net