File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ platforms. FF signals to use 13 bytes for the encoded character. This breaks
275275the paradigm that the number of leading bits gives how many total bytes there
276276are in the character.
277277
278+ =cut
278279*/
279280
280281/* Is the representation of the Unicode code point 'cp' the same regardless of
@@ -866,6 +867,10 @@ of the Unicode non-character code points; otherwise it evaluates to 0. If
866867non-zero, the value gives how many bytes starting at C<s> comprise the code
867868point's representation.
868869
870+ =for apidoc AmnU|UV|UNICODE_REPLACEMENT
871+
872+ Evaluates to 0xFFFD, the code point of the Unicode REPLACEMENT CHARACTER
873+
869874=cut
870875 */
871876#define UTF8_IS_NONCHAR (s , e ) \
You can’t perform that action at this time.
0 commit comments