Skip to content

Commit 303da4d

Browse files
committed
perlapi: Fix typo; slight clarification: utf8_to_uv_msgs doc
1 parent b69c87a commit 303da4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utf8.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,11 +1489,11 @@ because it is possible for multiple malformations to be present in the same
14891489
sequence. An example would be an overlong sequence evaluating to a surrogate
14901490
when surrogates are forbidden. Another example is overflow; standard UTF-8
14911491
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)
14941494
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.
14971497
14981498
If you don't care about the system's messages text nor warning categories, you
14991499
can customize error handling by calling one of the C<_error> functions, using

0 commit comments

Comments
 (0)