On Tue, Jan 7, 2014 at 2:05 AM, Ron Savage <[email protected]> wrote:
> (1) In this line: > QSAFE_CHAR ~ [!\x23-\x7E] | WSP | NON_ASCII > is the '!' meant to be a literal '!' or a negated set, in which case '^' > is used? > literal '!' > (2) In this line: > | [\xF0] [\x90-\xBF][\x80-\xBF][\x80-\xBF] > is that '\x90' meant to be '\x80' like the lines above and below it, or > really '\x90'? > I wrote this part long time ago, but as far as I recall it should be \x90 to skip some invalid UTF-8 sequences. > -- > You received this message because you are subscribed to the Google Groups > "marpa parser" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Best regards, Ruslan. -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
