From: Karl Williamson Date: Wed, 19 Dec 2012 20:44:08 +0000 (-0700) Subject: perlapi: Grammar nit X-Git-Tag: v5.17.8~220 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/173db420ea152864e7a251e388d062ac83a80260 perlapi: Grammar nit --- diff --git a/utf8.c b/utf8.c index a3b6038..01ea070 100644 --- a/utf8.c +++ b/utf8.c @@ -901,11 +901,12 @@ C<*retlen> will be set to the length, in bytes, of that character. If C does not point to a well-formed UTF-8 character and UTF8 warnings are enabled, zero is returned and C<*retlen> is set (if C isn't -NULL) to -1. If those warnings are off, the computed value if well-defined (or -the Unicode REPLACEMENT CHARACTER, if not) is silently returned, and C<*retlen> -is set (if C isn't NULL) so that (S + C<*retlen>>) is the -next possible position in C that could begin a non-malformed character. -See L for details on when the REPLACEMENT CHARACTER is returned. +NULL) to -1. If those warnings are off, the computed value, if well-defined +(or the Unicode REPLACEMENT CHARACTER if not), is silently returned, and +C<*retlen> is set (if C isn't NULL) so that (S + C<*retlen>>) is +the next possible position in C that could begin a non-malformed character. +See L for details on when the REPLACEMENT CHARACTER is +returned. =cut */