gitlog-to-changelog: Improve --version and --help output.
[gnulib.git] / modules / unictype / property-titlecase
blob45b740a916ad4aefdd7d015dc45cf613633137a0
1 Description:
2 Test whether a Unicode character is "titlecase".
4 Files:
5 lib/unictype/pr_titlecase.c
6 lib/unictype/pr_titlecase.h
7 lib/unictype/bitmap.h
9 Depends-on:
10 unictype/base
11 unictype/category-test
12 unictype/category-Lt
14 configure.ac:
15 AC_REQUIRE([AC_C_INLINE])
16 gl_UNICTYPE_H_REQUIRE_DEFAULTS
17 gl_LIBUNISTRING_MODULE_WITH_VARIABLE([0.9.8], [unictype/property-titlecase])
19 Makefile.am:
20 if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_TITLECASE
21 lib_SOURCES += unictype/pr_titlecase.c
22 endif
24 Include:
25 "unictype.h"
27 License:
28 LGPLv3+ or GPLv2+
30 Maintainer:
31 all