37a1b776658796b0102ce4029b1b12c68a608f45
[gnulib.git] / modules / unictype / property-bidi-left-to-right
1 Description:
2 Test whether a Unicode character is "bidi left to right".
3
4 Files:
5 lib/unictype/pr_bidi_left_to_right.c
6 lib/unictype/pr_bidi_left_to_right.h
7 lib/unictype/bitmap.h
8
9 Depends-on:
10 unictype/base
11 unictype/bidicategory-of
12
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/property-bidi-left-to-right])
16
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_LEFT_TO_RIGHT
19 lib_SOURCES += unictype/pr_bidi_left_to_right.c
20 endif
21
22 Include:
23 "unictype.h"
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30