When a byte with high bit set that is not used in the grammar, the parser
generated by Bison 3.4.1, does not report an error, only if the high bit is not
set. This occurs if one sets a Flex default rule
. { return yytext[0]; }
and the lexer finds a stray UTF-8 byte.- Character error not reported Hans Åberg
- Re: Character error not reported Akim Demaille
- Re: Character error not reported uxio prego
- Re: Character error not reported Hans Åberg
- Re: Character error not reported Akim Demaille
- Re: Character error not reported Hans Åberg
- Re: Character error not reported Akim Demaille
- Re: Character error not reported Hans Åberg
- Re: Character error not reported Akim Demaille
