Affected rules
Description
This rule has an exception:
It is permitted to use other characters inside the text of a wide string and a UTF-8 encoded string literal.
This rule is currently implemented as two queries, one of which covers the StringLiteral case and reports all string literals. We should exclude L".." an u8".." strings.
Affected rules
A2-3-1Description
This rule has an exception:
This rule is currently implemented as two queries, one of which covers the
StringLiteralcase and reports all string literals. We should excludeL".."anu8".."strings.