Update u16_casemap invocation.
[gnulib.git] / lib / unicase / u16-toupper.c
index 3c4fbca..f92989a 100644 (file)
@@ -30,7 +30,9 @@ u16_toupper (const uint16_t *s, size_t n, const char *iso639_language,
             uninorm_t nf,
             uint16_t *resultbuf, size_t *lengthp)
 {
-  return u16_casemap (s, n, iso639_language,
+  return u16_casemap (s, n,
+                     unicase_empty_prefix_context, unicase_empty_suffix_context,
+                     iso639_language,
                      uc_toupper, offsetof (struct special_casing_rule, upper[0]),
                      nf,
                      resultbuf, lengthp);