summaryrefslogtreecommitdiff
blob: 5a29309e7c45f5cb251983a5fed6ea96254c7878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
icu-68 disable TRUE/FALSE by default.
--- a/cbits/text_icu.c
+++ b/cbits/text_icu.c
@@ -305,7 +305,7 @@ int32_t __hs_u_strFoldCase(UChar *dest, int32_t destCapacity,
 
 int32_t __hs_u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2)
 {
-    return u_strCompareIter(iter1, iter2, TRUE);
+    return u_strCompareIter(iter1, iter2, true);
 }
 
 UBlockCode __hs_ublock_getCode(UChar32 c)