File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1489,11 +1489,11 @@ because it is possible for multiple malformations to be present in the same
1489
1489
sequence. An example would be an overlong sequence evaluating to a surrogate
1490
1490
when surrogates are forbidden. Another example is overflow; standard UTF-8
1491
1491
never overflows, so something that does must have been expressed using Perl's
1492
- extended UTF-8. If also is above all legal Unicode code points. So there will
1493
- be a bit set for up to all three of these things. Overflow always,
1492
+ extended UTF-8. It also is above all legal Unicode code points. So there will
1493
+ be a bit set for up to all three of these things. 1) Overflow always; 2)
1494
1494
perl-extended if the calling flags indicate those should be rejected or warned
1495
- about, and above-Unicode provided the calling flags indicate those should be
1496
- rejected or warned about.
1495
+ about; and 3) above-Unicode, provided the calling flags indicate those should
1496
+ be rejected or warned about.
1497
1497
1498
1498
If you don't care about the system's messages text nor warning categories, you
1499
1499
can customize error handling by calling one of the C<_error> functions, using
You can’t perform that action at this time.
0 commit comments