diff options
author | Marc Lehmann <pcg@goof.com> | 2000-09-03 07:12:06 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-07 18:33:22 +0000 |
commit | b2a2e44b450818f2f7253c8bae310ef6d04df564 (patch) | |
tree | 89c38552b93bfc4aaf170ff7f15904b56ef3008b /utf8.c | |
parent | 0aa7271fc1511d6707665a07a9394cd84d7beac7 (diff) | |
download | perl-b2a2e44b450818f2f7253c8bae310ef6d04df564.tar.gz |
small apidoc fix
Message-ID: <20000903051206.A5909@cerebro.laendle>
p4raw-id: //depot/perl@7021
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ Perl_is_utf8_char(pTHX_ U8 *s) } /* -=for apidoc Am|bool_utf8_string|U8 *s|STRLEN len +=for apidoc Am|is_utf8_string|U8 *s|STRLEN len Returns true if first C<len> bytes of the given string form valid a UTF8 string, false otherwise. |