Py_UNICODE_REPLACEMENT_CHARACTER

This Unicode character will be used as replacement character during decoding if the errors argument is set to "replace". Note: the Unicode character U+FFFD is the official REPLACEMENT CHARACTER in Unicode 3.0.

enum Py_UNICODE Py_UNICODE_REPLACEMENT_CHARACTER;

Meta