From b270cf0a7d778d19d9e24166b3fdc8127bbdd4dd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 30 Jun 2009 00:06:25 +0200 Subject: [PATCH] Update u8_casemap invocation. --- ChangeLog | 4 ++++ lib/unicase/u8-toupper.c | 4 +++- modules/unicase/u8-toupper | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4b271df122..1456caa967 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-06-29 Bruno Haible + * 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. + New module 'unicase/u32-ct-casefold'. * lib/unicase/u32-ct-casefold.c: New file. * modules/unicase/u32-ct-casefold: New file. diff --git a/lib/unicase/u8-toupper.c b/lib/unicase/u8-toupper.c index 3fe15ddfaf..a97d98ce58 100644 --- a/lib/unicase/u8-toupper.c +++ b/lib/unicase/u8-toupper.c @@ -30,7 +30,9 @@ u8_toupper (const uint8_t *s, size_t n, const char *iso639_language, 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_toupper, offsetof (struct special_casing_rule, upper[0]), nf, resultbuf, lengthp); diff --git a/modules/unicase/u8-toupper b/modules/unicase/u8-toupper index 0626f24a71..2e52e83ad2 100644 --- a/modules/unicase/u8-toupper +++ b/modules/unicase/u8-toupper @@ -8,6 +8,8 @@ Depends-on: unicase/base unicase/u8-casemap unicase/special-casing +unicase/empty-prefix-context +unicase/empty-suffix-context unicase/toupper configure.ac: -- 2.30.2