New module 'unicase/u16-is-lowercase'.
[gnulib.git] / modules / unicase / u8-casemap
1 Description:
2 Case mapping for UTF-8 strings (locale dependent).
3
4 Files:
5 lib/unicase/unicasemap.h
6 lib/unicase/u8-casemap.c
7 lib/unicase/u-casemap.h
8
9 Depends-on:
10 unicase/base
11 unicase/special-casing
12 uniwbrk/wordbreak-property
13 unictype/category-of
14 unictype/category-test
15 unictype/category-Lt
16 unictype/combining-class
17 unictype/property-lowercase
18 unictype/property-uppercase
19 unictype/property-soft-dotted
20 unistr/u8-mbtouc-unsafe
21 unistr/u8-uctomb
22 unistr/u8-cpy
23 uninorm/u8-normalize
24 stdbool
25
26 configure.ac:
27
28 Makefile.am:
29 lib_SOURCES += unicase/u8-casemap.c
30
31 Include:
32 "unicase/unicasemap.h"
33
34 License:
35 LGPL
36
37 Maintainer:
38 Bruno Haible
39