Method Parser.encode_html_entities()
- Method encode_html_entities
stringencode_html_entities(stringraw)- Description
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.