1Description:
2Test whether a Unicode character is of general category Cf.
3
4Files:
5lib/unictype/categ_Cf.c
6lib/unictype/categ_Cf.h
7
8Depends-on:
9unictype/base
10
11configure.ac:
12gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-Cf])
13
14Makefile.am:
15if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CF
16lib_SOURCES += unictype/categ_Cf.c
17endif
18
19Include:
20"unictype.h"
21
22License:
23LGPL
24
25Maintainer:
26Bruno Haible
27
28