summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-01 17:53:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-01 17:53:44 +0000
commitd3e7953240b22e0c70f8c91e5ca8c47138b3ac50 (patch)
treea4d40d6af608acb0087ef1d358cb978ac265c0ee /embed.pl
parentc7254714b14d9ee5485ea0c63c897c9eb3c2c21e (diff)
downloadperl-d3e7953240b22e0c70f8c91e5ca8c47138b3ac50.tar.gz
Document the to_utf8_*() functions.
p4raw-id: //depot/perl@14002
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/embed.pl b/embed.pl
index 32e7925b63..67d7d0cce9 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1827,10 +1827,10 @@ Ap |void |taint_env
Ap |void |taint_proper |const char* f|const char* s
Apd |UV |to_utf8_case |U8 *p|U8* ustrp|STRLEN *lenp \
|SV **swash|char *normal|char *special
-Ap |UV |to_utf8_lower |U8 *p|U8* ustrp|STRLEN *lenp
-Ap |UV |to_utf8_upper |U8 *p|U8* ustrp|STRLEN *lenp
-Ap |UV |to_utf8_title |U8 *p|U8* ustrp|STRLEN *lenp
-Ap |UV |to_utf8_fold |U8 *p|U8* ustrp|STRLEN *lenp
+Apd |UV |to_utf8_lower |U8 *p|U8* ustrp|STRLEN *lenp
+Apd |UV |to_utf8_upper |U8 *p|U8* ustrp|STRLEN *lenp
+Apd |UV |to_utf8_title |U8 *p|U8* ustrp|STRLEN *lenp
+Apd |UV |to_utf8_fold |U8 *p|U8* ustrp|STRLEN *lenp
#if defined(UNLINK_ALL_VERSIONS)
Ap |I32 |unlnk |char* f
#endif