summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2000-06-26 02:25:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-06-27 02:38:07 +0000
commitfe04eb4c51be9971488ff9efe0143edc29eec58a (patch)
tree99cac9baab8fdcdfeeb774444ee604415177d726 /proto.h
parent1e72252ad7b8e23d1a1142285b8aa82986bd2491 (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index c1d9a66fec..fc34840da8 100644
--- a/proto.h
+++ b/proto.h
@@ -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);