summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/property-other-lowercase
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/property-other-lowercase')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/property-other-lowercase26
2 files changed, 26 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/unictype/property-other-lowercase b/gnulib/modules/unictype/property-other-lowercase
new file mode 100644
index 00000000..d416b446
--- /dev/null
+++ b/gnulib/modules/unictype/property-other-lowercase
@@ -0,0 +1,26 @@
+Description:
+Test whether a Unicode character is "other lowercase".
+
+Files:
+lib/unictype/pr_other_lowercase.c
+lib/unictype/pr_other_lowercase.h
+lib/unictype/bitmap.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+
+Makefile.am:
+lib_SOURCES += unictype/pr_other_lowercase.c
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+