std::char::REPLACEMENT_CHARACTER [] [src]

pub const REPLACEMENT_CHARACTER: char = '\u{fffd}'
Unstable (decode_utf16 #27830)

: recently added

U+FFFD REPLACEMENT CHARACTER (�) is used in Unicode to represent a decoding error. It can occur, for example, when giving ill-formed UTF-8 bytes to String::from_utf8_lossy.