summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/property-changes-when-lowercased
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/property-changes-when-lowercased')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/property-changes-when-lowercased28
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-changes-when-lowercased b/gnulib/modules/unictype/property-changes-when-lowercased
new file mode 100644
index 0000000..90f35f7
--- /dev/null
+++ b/gnulib/modules/unictype/property-changes-when-lowercased
@@ -0,0 +1,28 @@
+Description:
+Test whether a Unicode character changes when lowercased.
+
+Files:
+lib/unictype/pr_changes_when_lowercased.c
+lib/unictype/pr_changes_when_lowercased.h
+lib/unictype/bitmap.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/property-changes-when-lowercased])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CHANGES_WHEN_LOWERCASED
+lib_SOURCES += unictype/pr_changes_when_lowercased.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible