pub const REPLACEMENT_CHARACTER: &str = "\u{FFFD}";
The replacement character, U+FFFD. In lossy decoding, insert it for every decoding error.