summaryrefslogtreecommitdiff
path: root/modules/unictype
diff options
context:
space:
mode:
Diffstat (limited to 'modules/unictype')
-rw-r--r--modules/unictype/joininggroup-of26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/unictype/joininggroup-of b/modules/unictype/joininggroup-of
new file mode 100644
index 0000000000..94a3e38cbd
--- /dev/null
+++ b/modules/unictype/joininggroup-of
@@ -0,0 +1,26 @@
+Description:
+Determine Arabic joining group of a Unicode character.
+
+Files:
+lib/unictype/joininggroup_of.c
+lib/unictype/joininggroup_of.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/joininggroup-of])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_JOININGGROUP_OF
+lib_SOURCES += unictype/joininggroup_of.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible