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

index 1456caa96790e81a144e4b2bbb4ceded751ff21e..6ee6bce9f5655e65337a415a145827b9034d3f9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-06-29  Bruno Haible  <bruno@clisp.org>
 
+       * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
+       invocation.
+       * modules/unicase/u16-toupper (Depends-on): Add
+       unicase/empty-prefix-context, unicase/empty-suffix-context.
+
        * 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.
index 3c4fbcabea0269e0b169cbb1f2ebc92675ac410b..f92989aa2696de1440d9e7547d07c5cbcec62638 100644 (file)
@@ -30,7 +30,9 @@ u16_toupper (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_toupper, offsetof (struct special_casing_rule, upper[0]),
                      nf,
                      resultbuf, lengthp);
index a3d57962d3e00a68554ad4f454b7fb6a4c50806f..898edc8df79f79cc33eaf0c6f9b0930652689bc1 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/toupper
 
 configure.ac: