Expand description
mung is a set of functions to demung or decode most common escapements used in data today
Functionsยง
- decode_
entities - Decodes HTML/XML entities into their UTF-8 form
- decode_
rfc1738 - Decodes URL character sequences that are percentage escaped (%25) into their UTF-8 form See: Uniform Resource Locators (URL) https://tools.ietf.org/html/rfc1738#section-2.2
- decode_
rfc2047 - Decodes RFC 2047 encoded words into their UTF-8 form