Property StrictUtf8
StrictUtf8
OFF by default, and that is a behaviour-changing default: out of the box, invalid UTF-8 falls back to byte-preserving Latin-1 and is LOGGED as event 914, never thrown. Setting it raises DocumentEncodingUndecodable (6106) instead.
public bool StrictUtf8 { get; set; }