summaryrefslogtreecommitdiff
path: root/modules/unictype/property-cased
diff options
context:
space:
mode:
Diffstat (limited to 'modules/unictype/property-cased')
-rw-r--r--modules/unictype/property-cased28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/unictype/property-cased b/modules/unictype/property-cased
new file mode 100644
index 0000000000..caf51ca37a
--- /dev/null
+++ b/modules/unictype/property-cased
@@ -0,0 +1,28 @@
+Description:
+Test whether a Unicode character is "cased".
+
+Files:
+lib/unictype/pr_cased.c
+lib/unictype/pr_cased.h
+lib/unictype/bitmap.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/property-cased])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_CASED
+lib_SOURCES += unictype/pr_cased.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible