From 173db420ea152864e7a251e388d062ac83a80260 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 19 Dec 2012 13:44:08 -0700 Subject: [PATCH] perlapi: Grammar nit --- utf8.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 */ -- 1.8.3.1