**Describe the bug** I've noticed that UTF-8 string literals are not mutated. **Expected behavior** I'd expect the following line to be mutated by the string literal mutator: ``` cs var stringLiteral = "mystring"u8; ```