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