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 | fdac9bf06719e48dacd8c366e84db67680400aea (patch) | |
tree | 99cac9baab8fdcdfeeb774444ee604415177d726 /embed.pl | |
parent | 97e79c56bb48d7f1f1bc01a8009c7719db5046b0 (diff) | |
download | perl-fdac9bf06719e48dacd8c366e84db67680400aea.tar.gz |
is_utf8_string
Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
p4raw-id: //depot/cfgperl@6243
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1620,6 +1620,7 @@ Ap |U32 |to_uni_upper_lc|U32 c Ap |U32 |to_uni_title_lc|U32 c Ap |U32 |to_uni_lower_lc|U32 c Ap |int |is_utf8_char |U8 *p +Ap |bool |is_utf8_string |U8 *s|STRLEN len Ap |bool |is_utf8_alnum |U8 *p Ap |bool |is_utf8_alnumc |U8 *p Ap |bool |is_utf8_idfirst|U8 *p |