9991fc3fa1f102a1f203a9a7d4582d4fa9b39945
[gnulib.git] / modules / unictype / category-test
1 Description:
2 Test whether a Unicode character belongs to a given category.
3
4 Files:
5 lib/unictype/categ_test.c
6 lib/unictype/bitmap.h
7
8 Depends-on:
9 unictype/base
10
11 configure.ac:
12 AC_REQUIRE([AC_C_INLINE])
13 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-test])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST
17 lib_SOURCES += unictype/categ_test.c
18 endif
19
20 Include:
21 "unictype.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28