summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/category-Zp
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/category-Zp')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/category-Zp27
2 files changed, 27 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unictype/category-Zp b/gnulib/modules/unictype/category-Zp
new file mode 100644
index 0000000..82b09cd
--- /dev/null
+++ b/gnulib/modules/unictype/category-Zp
@@ -0,0 +1,27 @@
+Description:
+Test whether a Unicode character is of general category Zp.
+
+Files:
+lib/unictype/categ_Zp.c
+lib/unictype/categ_Zp.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9], [unictype/category-Zp])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZP
+lib_SOURCES += unictype/categ_Zp.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+