UTF16Error

Enumeration of errors related to decoding UTF-16 sequences.

Values

ValueMeaning
Invalid

The correctly decoded character is invalid.

LoSurrogate

Missing low surrogate wchar.

HiSurrogate

Missing high surrogate wchar.

Meta