# HG changeset patch # User Bruno Haible # Date 1246313334 -7200 # Node ID 189b3ad9d096900cd25791a838b02d078de6f836 # Parent 49b9a5391493804e31a348aa5137beb9c7b221bc Update u8_casemap invocation. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-06-29 Bruno Haible + * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation. + * modules/unicase/u8-tolower (Depends-on): Add + unicase/empty-prefix-context, unicase/empty-suffix-context. + * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap invocation. * modules/unicase/u32-toupper (Depends-on): Add diff --git a/lib/unicase/u8-tolower.c b/lib/unicase/u8-tolower.c --- a/lib/unicase/u8-tolower.c +++ b/lib/unicase/u8-tolower.c @@ -30,7 +30,9 @@ uninorm_t nf, uint8_t *resultbuf, size_t *lengthp) { - return u8_casemap (s, n, iso639_language, + return u8_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); diff --git a/modules/unicase/u8-tolower b/modules/unicase/u8-tolower --- a/modules/unicase/u8-tolower +++ b/modules/unicase/u8-tolower @@ -8,6 +8,8 @@ unicase/base unicase/u8-casemap unicase/special-casing +unicase/empty-prefix-context +unicase/empty-suffix-context unicase/tolower configure.ac: