summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/property-case-ignorable
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/property-case-ignorable')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/property-case-ignorable28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unictype/property-case-ignorable b/gnulib/modules/unictype/property-case-ignorable
new file mode 100644
index 0000000..850f919
--- /dev/null
+++ b/gnulib/modules/unictype/property-case-ignorable
@@ -0,0 +1,28 @@
+Description:
+Test whether a Unicode character is "case ignorable".
+
+Files:
+lib/unictype/pr_case_ignorable.c
+lib/unictype/pr_case_ignorable.h
+lib/unictype/bitmap.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/property-case-ignorable])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CASE_IGNORABLE
+lib_SOURCES += unictype/pr_case_ignorable.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible