summaryrefslogtreecommitdiff
path: root/modules/unictype/property-cased
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-01-09 11:18:42 +0100
committerBruno Haible <bruno@clisp.org>2011-01-09 11:35:43 +0100
commit109fef4bd7545a65d990e8af39cc45ef5f7582cb (patch)
tree17e5dafafcd04f5c1cc50ac083862163cd6fee53 /modules/unictype/property-cased
parentfc492e92429a239ba32ffe14d3236685963818a3 (diff)
downloadgnulib-109fef4bd7545a65d990e8af39cc45ef5f7582cb.tar.gz
New module 'unictype/property-cased'.
* modules/unictype/property-cased: New file. * lib/unictype/pr_cased.c: New file. * lib/unictype/pr_cased.h: New file, automatically generated by gen-uni-tables. * modules/unictype/property-cased-tests: New file. * tests/unictype/test-pr_cased.c: New file, automatically generated by gen-uni-tables.
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