CDISR5003E

The string literal is not valid because the following number of bytes in the multibyte UTF-8 character is incorrect: number of actual bytes.

The operator is extracting a multibyte character from a UTF-8 string, and the number of bytes in the string does not match the byte count.
Ensure that the data in the string is valid UTF-8 data.