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

index 78462f20603b6a63b66d1dff3b6f57eacbe25074..7592d1a2e619fa9dd5311d6b2a26ce718e20682c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-06-29  Bruno Haible  <bruno@clisp.org>
 
+       * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
+       invocation.
+       * modules/unicase/u16-tolower (Depends-on): Add
+       unicase/empty-prefix-context, unicase/empty-suffix-context.
+
        * 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.
index 640a73289dc6588768a03515f2199839d3ab309c..0629cb4d29430b29cb924c9b0c034814f24a7df9 100644 (file)
@@ -30,7 +30,9 @@ u16_tolower (const uint16_t *s, size_t n, const char *iso639_language,
             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_tolower, offsetof (struct special_casing_rule, lower[0]),
                      nf,
                      resultbuf, lengthp);
index cb6d2945e94b8ba047d7b61134f66bfdf26ce9bf..63c1c9faa6d84aa16116b110b74cfbb4cd25c4ee 100644 (file)
@@ -8,6 +8,8 @@ Depends-on:
 unicase/base
 unicase/u16-casemap
 unicase/special-casing
+unicase/empty-prefix-context
+unicase/empty-suffix-context
 unicase/tolower
 
 configure.ac: