summaryrefslogtreecommitdiff
path: root/modules/unictype
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-21 23:12:53 +0100
committerBruno Haible <bruno@clisp.org>2011-03-21 23:12:53 +0100
commit9ca4149056bfb051e7f567071d01c376c36ef001 (patch)
tree92e810433e322bbe30e5d45829d0b9f7fc4bb72d /modules/unictype
parentae0b8a21cc48db0d06413df85be4184f17de8d5f (diff)
downloadgnulib-9ca4149056bfb051e7f567071d01c376c36ef001.tar.gz
New module 'unictype/joininggroup-of'.
* modules/unictype/joininggroup-of: New file. * lib/unictype/joininggroup_of.c: New file. * lib/unictype/joininggroup_of.h: New file, automatically generated by gen-uni-tables.
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