cddaec9fe745840a20a9d3d6c29137f9b88ac370
[gnulib.git] / modules / unictype / joiningtype-of
1 Description:
2 Determine Arabic joining type of a Unicode character.
3
4 Files:
5 lib/unictype/joiningtype_of.c
6 lib/unictype/joiningtype_of.h
7
8 Depends-on:
9 unictype/base
10 unictype/category-test-withtable
11
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/joiningtype-of])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF
17 lib_SOURCES += unictype/joiningtype_of.c
18 endif
19
20 Include:
21 "unictype.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible