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