diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-12-19 13:44:08 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-12-22 10:57:01 -0700 |
commit | 173db420ea152864e7a251e388d062ac83a80260 (patch) | |
tree | 59da75923badf28651de92ffabe60ea3a615a77e /utf8.c | |
parent | ed92f1b349486018652c315fcb8564cfc3925893 (diff) | |
download | perl-173db420ea152864e7a251e388d062ac83a80260.tar.gz |
perlapi: Grammar nit
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -901,11 +901,12 @@ C<*retlen> will be set to the length, in bytes, of that character. If C<s> 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<retlen> 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<retlen> isn't NULL) so that (S<C<s> + C<*retlen>>) is the -next possible position in C<s> that could begin a non-malformed character. -See L</utf8n_to_uvuni> 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<retlen> isn't NULL) so that (S<C<s> + C<*retlen>>) is +the next possible position in C<s> that could begin a non-malformed character. +See L</utf8n_to_uvuni> for details on when the REPLACEMENT CHARACTER is +returned. =cut */ |