X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/97298f37feef668825e0b2c5f656f7ffdd8fd681..06c6da524f9e0eae167367edc8fe0150d69893fa:/utf8.h diff --git a/utf8.h b/utf8.h index a08ba04..c40fb58 100644 --- a/utf8.h +++ b/utf8.h @@ -16,6 +16,9 @@ # define USE_UTF8_IN_NAMES (PL_hints & HINT_UTF8) #endif +#define to_uni_fold(c, p, lenp) _to_uni_fold_flags(c, p, lenp, 1) +#define to_utf8_fold(c, p, lenp) _to_utf8_fold_flags(c, p, lenp, 1) + /* Source backward compatibility. */ #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)