Update u32_casemap invocation.
authorBruno Haible <bruno@clisp.org>
Mon, 29 Jun 2009 22:10:06 +0000 (00:10 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 29 Jun 2009 22:10:06 +0000 (00:10 +0200)
ChangeLog
lib/unicase/u32-tolower.c
modules/unicase/u32-tolower

index 7592d1a2e619fa9dd5311d6b2a26ce718e20682c..a25c6b52e08435b58b1d387f1d4ebb37ea45cb49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
index 2c3e31b30cc92ce1a01d40870b40536fbca15b27..daa5c4d3686cf2f702b912ccbf86b9ef5d83307c 100644 (file)
@@ -30,7 +30,9 @@ u32_tolower (const uint32_t *s, size_t n, const char *iso639_language,
             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);
index 782f7b4dc14cfa6a7d1afa629e361e9393d10600..4aea8a75128cc0d160a452fade103bcf770eda64 100644 (file)
@@ -8,6 +8,8 @@ Depends-on:
 unicase/base
 unicase/u32-casemap
 unicase/special-casing
+unicase/empty-prefix-context
+unicase/empty-suffix-context
 unicase/tolower
 
 configure.ac: