New module 'unicase/empty-prefix-context'.
[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
19 Makefile.am:
20 lib_SOURCES += unicase/u8-is-cased.c
21
22 Include:
23 "unicase.h"
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30