UTF8Error

Enumeration of errors related to decoding UTF-8 sequences.

Values

ValueMeaning
Invalid

The correctly decoded character is invalid.

Overlong

Overlong sequence (must be encoded with fewer bytes.)

TrailByte

Missing trail byte.

Over4Bytes

The sequence is longer than 4 bytes.

Meta