# HG changeset patch # User Bruno Haible # Date 1246313241 -7200 # Node ID 89abd81242f328630c524fcde6a2315374b7cad6 # Parent 909f4826147c07e211cf1a28d0beb6df12654fa0 Update u16_casemap invocation. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-06-29 Bruno Haible + * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap + invocation. + * modules/unicase/u16-toupper (Depends-on): Add + unicase/empty-prefix-context, unicase/empty-suffix-context. + * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation. * modules/unicase/u8-toupper (Depends-on): Add unicase/empty-prefix-context, unicase/empty-suffix-context. diff --git a/lib/unicase/u16-toupper.c b/lib/unicase/u16-toupper.c --- a/lib/unicase/u16-toupper.c +++ b/lib/unicase/u16-toupper.c @@ -30,7 +30,9 @@ 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); diff --git a/modules/unicase/u16-toupper b/modules/unicase/u16-toupper --- a/modules/unicase/u16-toupper +++ b/modules/unicase/u16-toupper @@ -8,6 +8,8 @@ unicase/base unicase/u16-casemap unicase/special-casing +unicase/empty-prefix-context +unicase/empty-suffix-context unicase/toupper configure.ac: