The table in [lex.charset] is being dumped into the middle of the grammar in [lex.universal.char].
Then we have another table that's being dumped into the middle of the grammar in [lex.ccon].
The table in [re.synopt] is being dumped into the middle of the code block inside [re.matchflag], which is clearly wrong. It should be kept within the respective subclause.
The table in [lex.charset] is being dumped into the middle of the grammar in [lex.universal.char].
Then we have another table that's being dumped into the middle of the grammar in [lex.ccon].
The table in [re.synopt] is being dumped into the middle of the code block inside [re.matchflag], which is clearly wrong. It should be kept within the respective subclause.