This is only true in the sense that the source encoding of Zig files is enforced to be UTF-8, but in practical terms I don’t see that as relevant, since, for example, "\xFF" is a valid string literal but the resulting bytes are invalid UTF-8. My full thoughts on the general topic can be found here: