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

index 4b271df1229c7ec9e51042fad12b07b814223011..1456caa96790e81a144e4b2bbb4ceded751ff21e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-06-29  Bruno Haible  <bruno@clisp.org>
 
+       * 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.
+
        New module 'unicase/u32-ct-casefold'.
        * lib/unicase/u32-ct-casefold.c: New file.
        * modules/unicase/u32-ct-casefold: New file.
index 3fe15ddfaf5a0f14387cc89cd78c145f01110c4c..a97d98ce58e11404b914a187847aad56c37e5528 100644 (file)
@@ -30,7 +30,9 @@ u8_toupper (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_toupper, offsetof (struct special_casing_rule, upper[0]),
                     nf,
                     resultbuf, lengthp);
index 0626f24a71e5113199f5b5b33f039cee8216c587..2e52e83ad2ae02aa40fd8b8820648fc94afe5678 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/toupper
 
 configure.ac: