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