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

index e6ef6f6..78462f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-06-29  Bruno Haible  <bruno@clisp.org>
 
+       * 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
index 8f8790b..1cd7cfa 100644 (file)
@@ -30,7 +30,9 @@ u8_tolower (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_tolower, offsetof (struct special_casing_rule, lower[0]),
                     nf,
                     resultbuf, lengthp);
index 2a57961..89afce9 100644 (file)
@@ -8,6 +8,8 @@ Depends-on:
 unicase/base
 unicase/u8-casemap
 unicase/special-casing
+unicase/empty-prefix-context
+unicase/empty-suffix-context
 unicase/tolower
 
 configure.ac: