Hash :
d3042e83
Author :
Date :
2011-02-07T00:29:31
New module 'towctrans'. * modules/towctrans: New file. * lib/wctype.in.h (towctrans): New declaration. * lib/towctrans.c: New file. * lib/towctrans-impl.h: New file. * m4/towctrans.m4: New file. * m4/wctype_h.m4 (gl_WCTYPE_H): Test whether towctrans is declared. (gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_TOWCTRANS. * modules/wctype-h (Makefile.am): Substitute GNULIB_TOWCTRANS. * tests/test-wctype-h-c++.cc: Test the declaration of towctrans. * doc/posix-functions/towctrans.texi: Mention the new module.
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
gl_WCTYPE_MODULE_INDICATOR([towctrans])
Makefile.am:
Include:
<wctype.h>
License:
LGPL
Maintainer:
Bruno Haible