[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

converting html special characters



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!!!