Decode XML entities into UTF8 string. Eg. "&" -> "&", "&" -> "&", "&" -> "&" Throws TextException on failure The given string is modified.
See Implementation
Decode XML entities into UTF8 string. Eg. "&" -> "&", "&" -> "&", "&" -> "&" Throws TextException on failure The given string is modified.