2009-06-29 Bruno Haible <bruno@clisp.org>
+ * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
+ invocation.
+ * modules/unicase/u32-tolower (Depends-on): Add
+ unicase/empty-prefix-context, unicase/empty-suffix-context.
+
* lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
invocation.
* modules/unicase/u16-tolower (Depends-on): Add
uninorm_t nf,
uint32_t *resultbuf, size_t *lengthp)
{
- return u32_casemap (s, n, iso639_language,
+ return u32_casemap (s, n,
+ unicase_empty_prefix_context, unicase_empty_suffix_context,
+ iso639_language,
uc_tolower, offsetof (struct special_casing_rule, lower[0]),
nf,
resultbuf, lengthp);