New modules 'unistr/u8-strspn', 'unistr/u16-strspn', 'unistr/u32-strspn'.
[gnulib.git] / modules / unistr / u8-strspn
diff --git a/modules/unistr/u8-strspn b/modules/unistr/u8-strspn
new file mode 100644 (file)
index 0000000..1912e6b
--- /dev/null
@@ -0,0 +1,28 @@
+Description:
+Search for some characters in UTF-8 string.
+
+Files:
+lib/unistr/u8-strspn.c
+lib/unistr/u-strspn.h
+
+Depends-on:
+unistr/base
+unistr/u8-strlen
+unistr/u8-strmbtouc
+unistr/u8-cmp
+unistr/u8-strchr
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += unistr/u8-strspn.c
+
+Include:
+"unistr.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+