M
matt
hello,
i need to do some HTML encoding on some strings. not UrlEncoding, mind
you, but HTML encoding. ie:
"&" to "&"
"<" to "<"
....etc. does anyone know of a good way to do this, other than manual
string replacements? what of decoding back into plain text?
thanks,
matt
i need to do some HTML encoding on some strings. not UrlEncoding, mind
you, but HTML encoding. ie:
"&" to "&"
"<" to "<"
....etc. does anyone know of a good way to do this, other than manual
string replacements? what of decoding back into plain text?
thanks,
matt