changeset 11688:49b9a5391493

Update u32_casemap invocation.
author Bruno Haible <bruno@clisp.org>
date Tue, 30 Jun 2009 00:07:56 +0200
parents 89abd81242f3
children 189b3ad9d096
files ChangeLog lib/unicase/u32-toupper.c modules/unicase/u32-toupper
diffstat 3 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-06-29  Bruno Haible  <bruno@clisp.org>
 
+	* lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
+	invocation.
+	* modules/unicase/u32-toupper (Depends-on): Add
+	unicase/empty-prefix-context, unicase/empty-suffix-context.
+
 	* lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
 	invocation.
 	* modules/unicase/u16-toupper (Depends-on): Add
--- a/lib/unicase/u32-toupper.c
+++ b/lib/unicase/u32-toupper.c
@@ -30,7 +30,9 @@
 	     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_toupper, offsetof (struct special_casing_rule, upper[0]),
 		      nf,
 		      resultbuf, lengthp);
--- a/modules/unicase/u32-toupper
+++ b/modules/unicase/u32-toupper
@@ -8,6 +8,8 @@
 unicase/base
 unicase/u32-casemap
 unicase/special-casing
+unicase/empty-prefix-context
+unicase/empty-suffix-context
 unicase/toupper
 
 configure.ac: