summaryrefslogtreecommitdiff
path: root/modules/unictype/category-or
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-11-13 00:15:53 +0100
committerBruno Haible <bruno@clisp.org>2007-11-13 00:15:53 +0100
commit5a6e55c1886acd86b0deaa9d1d343471f61d3ded (patch)
tree555338857a07af4e9d4533d0a7b63971e43fcac7 /modules/unictype/category-or
parenta179a84eaad67c3690f924f4a0d6852d13b073d1 (diff)
downloadgnulib-5a6e55c1886acd86b0deaa9d1d343471f61d3ded.tar.gz
Unicode character classification functions.
Diffstat (limited to 'modules/unictype/category-or')
-rw-r--r--modules/unictype/category-or24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/unictype/category-or b/modules/unictype/category-or
new file mode 100644
index 0000000000..072ab8a7e4
--- /dev/null
+++ b/modules/unictype/category-or
@@ -0,0 +1,24 @@
+Description:
+Union of categories of Unicode characters.
+
+Files:
+lib/unictype/categ_or.c
+
+Depends-on:
+unictype/base
+unictype/category-test-withtable
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += unictype/categ_or.c
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+