aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
diff options
context:
space:
mode:
Diffstat (limited to 'util-src')
-rw-r--r--util-src/encodings.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/util-src/encodings.c b/util-src/encodings.c
index 0d723913..3b7f322d 100644
--- a/util-src/encodings.c
+++ b/util-src/encodings.c
@@ -324,6 +324,11 @@ UStringPrepProfile *icu_resourceprep;
UStringPrepProfile *icu_saslprep;
USpoofChecker *icu_spoofcheck;
+#if (U_ICU_VERSION_MAJOR_NUM < 58)
+/* COMPAT */
+#define USPOOF_CONFUSABLE (USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE)
+#endif
+
/* initialize global ICU stringprep profiles */
void init_icu() {
UErrorCode err = U_ZERO_ERROR;