We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d877a commit 9be327aCopy full SHA for 9be327a
Doc/c-api/unicode.rst
@@ -193,6 +193,14 @@ are available through these macros which are mapped to C functions depending on
193
the Python configuration.
194
195
196
+.. c:macro:: Py_UNICODE_REPLACEMENT_CHARACTER
197
+
198
+ The Unicode code point ``U+FFFD`` (REPLACEMENT CHARACTER).
199
200
+ This Unicode character is used as the replacement character during
201
+ decoding if the errors argument is set to "replace".
202
203
204
.. c:function:: int Py_UNICODE_ISSPACE(Py_UCS4 ch)
205
206
Return ``1`` or ``0`` depending on whether *ch* is a whitespace character.
0 commit comments