Avoid zero-width and control characters in string literalsSCC-ST1018
Style
Minor
Autofix
Zero-width characters are not printed, and may have been put in by mistake. Control characters (C0 and C1 characters and delete) are non-printing characters too. They should be avoided in the string literals.