Lexer.findInvalidUTF8Sequence

Searches for an invalid UTF-8 sequence in str.

class Lexer
static
findInvalidUTF8Sequence
(
cbinstr bstr
)

Return Value

Type: cstring

a formatted string of the invalid sequence (e.g. "\xC0\x80").

Meta