Skip to content

Commit fc7417e

Browse files
committed
perlapi: slight wording clarification for isUTF8_CHAR
1 parent 53756d5 commit fc7417e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

inline.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,8 +2351,9 @@ legal UTF-8 for a single character.
23512351
23522352
With C<isUTF8_CHAR>, the code point can be any that will fit in an IV on this
23532353
machine, using Perl's extension to official UTF-8 to represent those higher
2354-
than the Unicode maximum of 0x10FFFF. That means that this will consider valid
2355-
bytes that are unrecognized or considered illegal by non-Perl applications.
2354+
than the Unicode maximum of 0x10FFFF. That means that this will consider byte
2355+
sequences to be valid that are unrecognized or considered illegal by non-Perl
2356+
applications.
23562357
23572358
With C<L</isSTRICT_UTF8_CHAR>>, acceptable code points are restricted to those
23582359
defined by Unicode to be fully interchangeable across applications.

0 commit comments

Comments
 (0)