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.
pub const REPLACEMENT_CHARACTER: char = char::REPLACEMENT_CHARACTER; // '�'
U+FFFD REPLACEMENT CHARACTER
(�) is used in Unicode to represent a
decoding error. Use char::REPLACEMENT_CHARACTER
instead.