1Description:
2Test whether a Unicode character is "pattern white space".
3
4Files:
5lib/unictype/pr_pattern_white_space.c
6lib/unictype/pr_pattern_white_space.h
7lib/unictype/bitmap.h
8
9Depends-on:
10unictype/base
11
12configure.ac:
13AC_REQUIRE([AC_C_INLINE])
14gl_LIBUNISTRING_MODULE([0.9.8], [unictype/property-pattern-white-space])
15
16Makefile.am:
17if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_PATTERN_WHITE_SPACE
18lib_SOURCES += unictype/pr_pattern_white_space.c
19endif
20
21Include:
22"unictype.h"
23
24License:
25LGPLv3+ or GPLv2+
26
27Maintainer:
28all
29