1Description:
2Intersection of categories of Unicode characters.
3
4Files:
5lib/unictype/categ_and.c
6
7Depends-on:
8unictype/base
9unictype/category-none
10unictype/category-test-withtable
11
12configure.ac:
13gl_LIBUNISTRING_MODULE([0.9], [unictype/category-and])
14
15Makefile.am:
16if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND
17lib_SOURCES += unictype/categ_and.c
18endif
19
20Include:
21"unictype.h"
22
23License:
24LGPL
25
26Maintainer:
27Bruno Haible
28
29