diff options
author | Simon Cozens <simon@netthink.co.uk> | 2000-06-26 02:25:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-06-27 02:38:07 +0000 |
commit | fe04eb4c51be9971488ff9efe0143edc29eec58a (patch) | |
tree | 99cac9baab8fdcdfeeb774444ee604415177d726 /proto.h | |
parent | 1e72252ad7b8e23d1a1142285b8aa82986bd2491 (diff) | |
download | perl-fe04eb4c51be9971488ff9efe0143edc29eec58a.tar.gz |
is_utf8_string
Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
p4raw-id: //depot/cfgperl@6243
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -367,6 +367,7 @@ PERL_CALLCONV U32 Perl_to_uni_upper_lc(pTHX_ U32 c); PERL_CALLCONV U32 Perl_to_uni_title_lc(pTHX_ U32 c); PERL_CALLCONV U32 Perl_to_uni_lower_lc(pTHX_ U32 c); PERL_CALLCONV int Perl_is_utf8_char(pTHX_ U8 *p); +PERL_CALLCONV bool Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len); PERL_CALLCONV bool Perl_is_utf8_alnum(pTHX_ U8 *p); PERL_CALLCONV bool Perl_is_utf8_alnumc(pTHX_ U8 *p); PERL_CALLCONV bool Perl_is_utf8_idfirst(pTHX_ U8 *p); |