summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-09 21:30:13 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-14 08:41:38 -0700
commiteda9cac17f1c742273b62b039f512bc88ffb37a1 (patch)
tree0daf4270ea9e6d2d16692b4d0ed825c79d427dda /utf8.h
parent781aab5ce76879fa60024011ffb8e9327d6d0a96 (diff)
downloadperl-eda9cac17f1c742273b62b039f512bc88ffb37a1.tar.gz
foldEQ_utf8: Add version with flags parameter
The parameter doesn't do anything yet. The old version becomes a macro calling the new version with 0 as the flags.
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index 88589a09df..2386eb6148 100644
--- a/utf8.h
+++ b/utf8.h
@@ -20,6 +20,8 @@
#define uvuni_to_utf8(d, uv) uvuni_to_utf8_flags(d, uv, 0)
#define is_utf8_string_loc(s, len, ep) is_utf8_string_loclen(s, len, ep, 0)
+#define foldEQ_utf8(s1, pe1, l1, u1, s2, pe2, l2, u2) \
+ foldEQ_utf8_flags(s1, pe1, l1, u1, s2, pe2, l2, u2, 0)
/*
=for apidoc ibcmp_utf8