New module 'unicase/u16-totitle'.
[gnulib.git] / modules / unicase / u16-totitle
diff --git a/modules/unicase/u16-totitle b/modules/unicase/u16-totitle
new file mode 100644 (file)
index 0000000..9d7143c
--- /dev/null
@@ -0,0 +1,41 @@
+Description:
+Titlecase mapping for UTF-16 strings (locale dependent).
+
+Files:
+lib/unicase/u16-totitle.c
+lib/unicase/u-totitle.h
+
+Depends-on:
+unicase/base
+unicase/special-casing
+unicase/totitle
+unicase/tolower
+uniwbrk/wordbreak-property
+uniwbrk/u16-wordbreaks
+unictype/category-of
+unictype/category-test
+unictype/category-Lt
+unictype/combining-class
+unictype/property-lowercase
+unictype/property-uppercase
+unictype/property-soft-dotted
+unistr/u16-mbtouc-unsafe
+unistr/u16-uctomb
+unistr/u16-cpy
+uninorm/u16-normalize
+stdbool
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += unicase/u16-totitle.c
+
+Include:
+"unicase.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+