> How can I encode Strings to HTML content. including the special 
> caracters (�, �), because I have bzzarre outpouts.

I have the same problem and didn't find a proper solution for it.

As far as I understand you have two possibilities:

1.) You use utf-8 as the character set of your JSPs, so the browser will
interprete the characters correct.

2.) If you really want to use the HTML characters, you have to use a
transformer, which transforms special the characters. I didn't found a
transformer for that, so I have written my own. If you are interested in
this transformer, just send me a mail.

Regards,
Bernhard

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to