This option controls whether UTF-8 string literals should be preferred over byte arrays with UTF-8 encoded content.
var s = new byte[] { 65, 66 };
var s = "AB"u8;