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 e846244 commit 5ffb894Copy full SHA for 5ffb894
Doc/c-api/unicode.rst
@@ -1026,6 +1026,17 @@ generic ones are documented for simplicity.
1026
Generic Codecs
1027
""""""""""""""
1028
1029
+The following macro is provided:
1030
+
1031
1032
+.. c:macro:: Py_UNICODE_REPLACEMENT_CHARACTER
1033
1034
+ The Unicode code point ``U+FFFD`` (replacement character).
1035
1036
+ This Unicode character is used as the replacement character during
1037
+ decoding if the *errors* argument is set to "replace".
1038
1039
1040
These are the generic codec APIs:
1041
1042
0 commit comments