Convert a string with unicode escaped sequence of characters (\u00ed, \u0110, ....) to an utf8 string.
A string containing unicode escaped characters.
An utf8 string conversion of the unicode encoded input.
Convert a utf8 string to a string with unicode escaped sequence of characters (\u00ed, \u0110, ...).
A string containing an utf8 valid sequence.
A string containing escaped sequences for all the original utf8 characters
Generated using TypeDoc
Utilities related to string and text character encoding, converting between formats, and perform common encoding operations.