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