Unicode character classification functions.
[gnulib.git] / modules / unictype / ctype-upper
diff --git a/modules/unictype/ctype-upper b/modules/unictype/ctype-upper
new file mode 100644 (file)
index 0000000..37d4767
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+Generalization of <ctype.h> isupper() and <wctype.h> iswupper().
+
+Files:
+lib/unictype/ctype_upper.c
+lib/unictype/ctype_upper.h
+lib/unictype/bitmap.h
+
+Depends-on:
+unictype/base
+inline
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += unictype/ctype_upper.c
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+