on object serializing. Is it possible to
-
Convert some characters according to their ASCII values (hexa value)? Like the TM symbol to &#xnum;?
-
Convert the 5 characters below into this:
& - &, ' - ' " - " < - < > - > -
Lastly, if there’s a & ;
value. Is it possible to avoid ‘& ; amp’ ? (no spaces)
Using HTML encode, doesnt work on TM though.It works on the reserved characters in HTML.