UNICODE_REPLACEMENT_CHARACTER_CODEPOINT top-level constant

int const UNICODE_REPLACEMENT_CHARACTER_CODEPOINT

Invalid codepoints or encodings may be substituted with the value U+fffd.

Implementation

const int UNICODE_REPLACEMENT_CHARACTER_CODEPOINT = 0xfffd;