strtoumax: fix typo in previous commit.
[gnulib.git] / modules / unicase / u8-is-cased
1 Description:
2 Test whether case matters for an UTF-8 string.
3
4 Files:
5 lib/unicase/u8-is-cased.c
6 lib/unicase/u-is-cased.h
7
8 Depends-on:
9 unicase/base
10 unicase/u8-toupper
11 unicase/u8-tolower
12 unicase/u8-totitle
13 uninorm/u8-normalize
14 uninorm/nfd
15 unistr/u8-cmp
16
17 configure.ac:
18 gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u8-is-cased])
19
20 Makefile.am:
21 if LIBUNISTRING_COMPILE_UNICASE_U8_IS_CASED
22 lib_SOURCES += unicase/u8-is-cased.c
23 endif
24
25 Include:
26 "unicase.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33