diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-10 06:54:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-10 06:54:02 +0000 |
commit | 81cd54e3d8dc0f62b7c4bf5206036c9493ef5300 (patch) | |
tree | 6145c24cb1216bb566d3ae381a9dd9c55fba98ad /embed.fnc | |
parent | e944adaebcc9a91185478dbc0f0fe933f108b22d (diff) | |
download | perl-81cd54e3d8dc0f62b7c4bf5206036c9493ef5300.tar.gz |
A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
of Perl_utf8_is_string().
p4raw-id: //depot/perl@21152
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -337,6 +337,7 @@ Ap |bool |is_uni_punct_lc|UV c Ap |bool |is_uni_xdigit_lc|UV c Apd |STRLEN |is_utf8_char |U8 *p Apd |bool |is_utf8_string |U8 *s|STRLEN len +Apd |bool |is_utf8_string_loc|U8 *s|STRLEN len|U8 **p Ap |bool |is_utf8_alnum |U8 *p Ap |bool |is_utf8_alnumc |U8 *p Ap |bool |is_utf8_idfirst|U8 *p |