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