File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2351,8 +2351,9 @@ legal UTF-8 for a single character.
23512351
23522352With C<isUTF8_CHAR>, the code point can be any that will fit in an IV on this
23532353machine, 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
23572358With C<L</isSTRICT_UTF8_CHAR>>, acceptable code points are restricted to those
23582359defined by Unicode to be fully interchangeable across applications.
You can’t perform that action at this time.
0 commit comments