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
14891489sequence. An example would be an overlong sequence evaluating to a surrogate
14901490when surrogates are forbidden. Another example is overflow; standard UTF-8
14911491never 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)
14941494perl-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.
14971497
14981498If you don't care about the system's messages text nor warning categories, you
14991499can customize error handling by calling one of the C<_error> functions, using
You can’t perform that action at this time.
0 commit comments