HTML
module HTML
Overview
Handles encoding and decoding of HTML entities.
Defined in:
html.crConstant Summary
- SUBSTITUTIONS =
{'!' => "!", '"' => """, '$' => "$", '%' => "%", '&' => "&", '\'' => "'", '(' => "(", ')' => ")", '=' => "=", '>' => ">", ' => "<", '+' => "+", '@' => "@", '[' => "[", ']' => "]", '`' => "`", '{' => "{", '}' => "}", ' ' => " "}