ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / unictype / property-titlecase
blobee4dde001d054042415149301d42dc106b1f9dfa
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_LIBUNISTRING_MODULE([0.9.8], [unictype/property-titlecase])
18 Makefile.am:
19 if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_TITLECASE
20 lib_SOURCES += unictype/pr_titlecase.c
21 endif
23 Include:
24 "unictype.h"
26 License:
27 LGPLv3+ or GPLv2
29 Maintainer:
30 all