Constant REPLACEMENT_CHARACTER

const REPLACEMENT_CHARACTER: char = '�'

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