1edition = "2023"; 2 3package utf8; 4 5option features.utf8_validation = VERIFY; 6 7message Verify { 8 string my_field = 1; 9} 10