string encode_html_entities(string raw)
Encode characters to HTML entities, e.g. turning "<" into "<".
"<"
"<"
The characters that will be encoded are characters <= 32, "\"&'<>" and characters >= 127 and <= 160 and characters >= 255.
"\"&'<>"