Decodes a UTF-8 character
Decodes the specified UTF-8 character
Decodes a string to a vector of codepoints. Invalid codes will be replaced with unicodeReplacementCharacter
Encodes a series of unicode codepoints to UTF-8
Encodes a series of unicode codepoints to UTF-8
Gets the expected byte-size of the specified character
Gets how many utf-16 units are in the specified codepoint
Validates a utf-8 character sequence.
Returns whether the given nstring is a valid UTF-8 string
UTF-8 Utilities