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