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.
2351
2351
2352
2352
With C<isUTF8_CHAR>, the code point can be any that will fit in an IV on this
2353
2353
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.
2356
2357
2357
2358
With C<L</isSTRICT_UTF8_CHAR>>, acceptable code points are restricted to those
2358
2359
defined by Unicode to be fully interchangeable across applications.
You can’t perform that action at this time.
0 commit comments