summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-09-10 06:54:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-10 06:54:02 +0000
commit81cd54e3d8dc0f62b7c4bf5206036c9493ef5300 (patch)
tree6145c24cb1216bb566d3ae381a9dd9c55fba98ad /embed.fnc
parente944adaebcc9a91185478dbc0f0fe933f108b22d (diff)
downloadperl-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.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 26d3bd5bbc..ca5014339e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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