Unicode character classification functions.
[gnulib.git] / modules / unictype / property-titlecase
1 Description:
2 Test whether a Unicode character is "titlecase".
3
4 Files:
5 lib/unictype/pr_titlecase.c
6 lib/unictype/pr_titlecase.h
7 lib/unictype/bitmap.h
8
9 Depends-on:
10 unictype/base
11 unictype/category-test
12 unictype/category-Lt
13 inline
14
15 configure.ac:
16
17 Makefile.am:
18 lib_SOURCES += unictype/pr_titlecase.c
19
20 Include:
21 "unictype.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28