diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-25 17:26:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-25 17:26:19 +0000 |
commit | 65c50fde5257c1bf947781901416bdfa68f9b0e7 (patch) | |
tree | c17f2dd973687d0745d39789a81ba3cbf5bb6042 /utf8.c | |
parent | 064fcf7b8c2e751af75a80918f4d92aeaa8e0110 (diff) | |
download | perl-65c50fde5257c1bf947781901416bdfa68f9b0e7.tar.gz |
A comment tweak.
p4raw-id: //depot/perl@8931
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len) } /* -=for apidoc A|U8* s|utf8_to_uv|STRLEN curlen|STRLEN *retlen|U32 flags +=for apidoc A|UV|utf8_to_uv|U8 *s|STRLEN curlen|STRLEN *retlen|U32 flags Returns the character value of the first character in the string C<s> which is assumed to be in UTF8 encoding and no longer than C<curlen>; |