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