summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-30 20:04:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-30 20:04:32 +0000
commit254ba52af7d39101b8ee76681bf95a1a95ebd042 (patch)
tree151569cef510eeaa419754ff11c6e8297f3b1aaa /utf8.c
parentd2ee51b61413d0946f6558ae280350393bbe9b35 (diff)
downloadperl-254ba52af7d39101b8ee76681bf95a1a95ebd042.tar.gz
Fix all the C(ommon) case foldings as per CaseFold.txt.
p4raw-id: //depot/perl@13963
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index debfb9ceac..27f86b60c8 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1651,7 +1651,7 @@ Perl_sv_uni_display(pTHX_ SV *dsv, SV *ssv, STRLEN pvlim, UV flags)
}
/*
-=for apidoc A|I32|ibcmp_utf8|const char *s1|bool u1|const char *s2|bool u2|register I32 len
+=for apidoc A|I32|ibcmp_utf8|const char *s1|bool u1|register I32 len1|const char *s2|bool u2|register I32 len2
Return true if the strings s1 and s2 differ case-insensitively, false
if not (if they are equal case-insensitively). If u1 is true, the