Try java.net.URLEncoder
"Deron
Pardue" To: <ajug-members@ajug.org>
<dpardue@dspi cc:
n.com> Subject: converting html special characters
08/03/01
04:58 PM
Please
respond to
"Deron
Pardue"
Are there any classes that are useful in converting special html
characters to their escape sequences...
For instance to translate
He wrote, " x > 5
into
He wrote, " x > 5 "
Thanks!!!