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 /embed.pl | |
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 '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 |