summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/category-of
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/category-of')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/category-of29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unictype/category-of b/gnulib/modules/unictype/category-of
new file mode 100644
index 0000000..62389b6
--- /dev/null
+++ b/gnulib/modules/unictype/category-of
@@ -0,0 +1,29 @@
+Description:
+Determine category of a Unicode character.
+
+Files:
+lib/unictype/categ_of.c
+lib/unictype/categ_of.h
+
+Depends-on:
+unictype/base
+unictype/category-none
+
+configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-of])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF
+lib_SOURCES += unictype/categ_of.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible
+