summaryrefslogtreecommitdiff
path: root/gnulib/modules/towctrans
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/towctrans')
m---------gnulib0
-rw-r--r--gnulib/modules/towctrans28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/towctrans b/gnulib/modules/towctrans
new file mode 100644
index 0000000..df66882
--- /dev/null
+++ b/gnulib/modules/towctrans
@@ -0,0 +1,28 @@
+Description:
+towctrans() function: convert a wide character using a case mapping.
+
+Files:
+lib/towctrans.c
+lib/towctrans-impl.h
+m4/towctrans.m4
+
+Depends-on:
+wctype-h
+
+configure.ac:
+gl_FUNC_TOWCTRANS
+if test $HAVE_TOWCTRANS = 0; then
+ AC_LIBOBJ([towctrans])
+fi
+gl_WCTYPE_MODULE_INDICATOR([towctrans])
+
+Makefile.am:
+
+Include:
+<wctype.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible