Constant core::char::REPLACEMENT_CHARACTER

1.9.0 · source ·
pub const REPLACEMENT_CHARACTER: char = char::REPLACEMENT_CHARACTER; // '�'
Expand description

U+FFFD REPLACEMENT CHARACTER (�) is used in Unicode to represent a decoding error. Use char::REPLACEMENT_CHARACTER instead.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.